summaryrefslogtreecommitdiff
path: root/src/tables_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables_shared.h')
-rw-r--r--src/tables_shared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tables_shared.h b/src/tables_shared.h
index feca251..e07207e 100644
--- a/src/tables_shared.h
+++ b/src/tables_shared.h
@@ -128,11 +128,11 @@ struct yytbl_data {
#endif
#ifdef FLEX_SCANNER
-%not-for-header
+m4_ifdef( [[M4_YY_NOT_IN_HEADER]],[[
#endif
yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl);
#ifdef FLEX_SCANNER
-%ok-for-header
+]])
#endif
/* vim:set noexpandtab cindent tabstop=8 softtabstop=0 shiftwidth=8 textwidth=0: */