Skip to content
Snippets Groups Projects
Commit a9e569e0 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Oops. Bugfix.

Rev: src/errors.h:1.13
parent 8fd0198a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#ifdef ERR_DECLARE
#define DECLARE_ERROR(NAME, INHERIT, DECL) \
struct program *PIKE_CONCAT(NAME,_error_program); \
int PIKE_CONCAT(NAME,_error_offset);
ptrdiff_t PIKE_CONCAT(NAME,_error_offset);
#define ERR_VAR(TYPE,CTYPE,RUNTYPE,NAME) TYPE NAME ;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment