stupid pointers
This commit is contained in:
parent
54eacd0b20
commit
5b23583d1f
@ -2,10 +2,11 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#undef sqrt
|
#undef sqrt
|
||||||
#define sqrt p9_sqrt
|
#define sqrt p9_sqrt
|
||||||
#define YYSTYPE int /* DEC v. GNU garbage */
|
#define YYSTYPE uintptr_t /* DEC v. GNU garbage */
|
||||||
|
|
||||||
enum charclass {
|
enum charclass {
|
||||||
OTHER, OLET, ILET, DIG, LPAR, RPAR, SLASH, PLUS, ILETF, ILETJ, VBAR,
|
OTHER, OLET, ILET, DIG, LPAR, RPAR, SLASH, PLUS, ILETF, ILETJ, VBAR,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user