summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-09-02 18:44:08 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-09-02 18:44:08 +0000
commit318d71203545e6734acdd35379e3cc37aa05f3d9 (patch)
tree04e1322523340113006f7dd759ba9f87de19afbf /flexdef.h
parentab4f4199666201847763295e1c1c41fc994d70f9 (diff)
Forgot to indent before previous commit.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h26
1 files changed, 12 insertions, 14 deletions
diff --git a/flexdef.h b/flexdef.h
index e527435..f5eb1cf 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -58,26 +58,26 @@
#ifndef __int8_t_defined
# define __int8_t_defined
-typedef signed char int8_t;
-typedef short int int16_t;
-typedef int int32_t;
+typedef signed char int8_t;
+typedef short int int16_t;
+typedef int int32_t;
+
# if __WORDSIZE == 64
-typedef long int int64_t;
+typedef long int int64_t;
# else
-__extension__
-typedef long long int int64_t;
+__extension__ typedef long long int int64_t;
# endif
#endif
/* Unsigned. */
-typedef unsigned char uint8_t;
-typedef unsigned short int uint16_t;
-typedef unsigned int uint32_t;
+typedef unsigned char uint8_t;
+typedef unsigned short int uint16_t;
+typedef unsigned int uint32_t;
+
#if __WORDSIZE == 64
-typedef unsigned long int uint64_t;
+typedef unsigned long int uint64_t;
#else
-__extension__
-typedef unsigned long long int uint64_t;
+__extension__ typedef unsigned long long int uint64_t;
#endif
#endif /* ! HAVE_INTTYPES_H_WITH_UINTMAX */
@@ -436,7 +436,6 @@ typedef unsigned long long int uint64_t;
*/
extern int printstats, syntaxerror, eofseen, ddebug, trace, nowarn,
-
spprdflt;
extern int interactive, caseins, lex_compat, posix_compat, do_yylineno;
extern int useecs, fulltbl, usemecs, fullspd;
@@ -672,7 +671,6 @@ extern int current_max_dfa_size, current_max_xpairs;
extern int current_max_template_xpairs, current_max_dfas;
extern int lastdfa, *nxt, *chk, *tnxt;
extern int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss,
-
*dfasiz;
extern union dfaacc_union {
int *dfaacc_set;