File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ CFLAGS += -Wall -Wextra -std=gnu99 -fPIC -Werror=implicit-function-declaration
1818# These are good for regular use.
1919# OPTS = -O2 -fomit-frame-pointer -falign-functions=2 -falign-loops=2 -falign-jumps=2 -fPIC
2020# OPTS = -O3 -fomit-frame-pointer -falign-functions=2 -falign-loops=2 -falign-jumps=2 -fPIC
21- OPTS = -O3 -fPIC
21+ OPTS = -O3 -std=gnu99 - fPIC
2222# These are handy for debugging.
2323# OPTS = $(CFLAGS) -g -fPIC
2424# These are handy for profiling
Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ void z_window_style (void);
692692
693693void init_err (void );
694694void runtime_error (int );
695-
695+
696696/* Error codes */
697697#define ERR_TEXT_BUF_OVF 1 /* Text buffer overflow */
698698#define ERR_STORE_RANGE 2 /* Store out of dynamic memory */
@@ -730,7 +730,7 @@ void runtime_error (int);
730730#define ERR_REMOVE_OBJECT_0 31 /* @remove_object called with object 0 */
731731#define ERR_GET_NEXT_PROP_0 32 /* @get_next_prop called with object 0 */
732732#define ERR_NUM_ERRORS (32)
733-
733+
734734/* There are four error reporting modes: never report errors;
735735 report only the first time a given error type occurs; report
736736 every time an error occurs; or treat all errors as fatal
You can’t perform that action at this time.
0 commit comments