summaryrefslogtreecommitdiff
path: root/tables.c
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-09-09 19:25:56 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-09-09 19:25:56 +0000
commitb670bc6c09e8bd33f48db9f1db3782eac0b0b0b4 (patch)
tree6581909a842d6bc1ed15f0af17cee697600fe5c1 /tables.c
parenta953d6fb60d4221ef08d90820f015fb58678b48a (diff)
Table deserialization works for everything except --fast scanners.
Scanners can auto-verify serialized table integrity via --tables-verify. Added tables API items to TODO list. test-table-opts is becoming exhaustive (a good thing).
Diffstat (limited to 'tables.c')
-rw-r--r--tables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tables.c b/tables.c
index 6be1dfb..4db5fa5 100644
--- a/tables.c
+++ b/tables.c
@@ -36,9 +36,6 @@
#include "flexdef.h"
#include "tables.h"
-/** Calculate (0-7) = number bytes needed to pad n to next 64-bit boundary. */
-#define yypad64(n) ((8-((n)%8))%8)
-
/** Convert size_t to t_flag.
* @param n in {1,2,4}
* @return YYTD_DATA*.