summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2020-09-30 10:47:57 -0400
committerEric S. Raymond <esr@thyrsus.com>2020-09-30 20:53:57 -0400
commit8c2d23d9a8679961e9ca559d9fcca2a3d4e629c5 (patch)
tree90e3a94c28bdf1ced14a7ec196cd293c7b000b5c /src/flexdef.h
parent981867ff1519a807f9b69d8468f6f83fe2abec9f (diff)
downloadflex-git-8c2d23d9a8679961e9ca559d9fcca2a3d4e629c5.tar.gz
Eliminate the prolog method from the method table.
Now that all the mode conditionals are visible early, wverything that used to be done in the prolog can be done as conditionalized code in the skeleton. Whitespace and comment diffs only. #49 in the retargeting patch series
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 0781746..29e9505 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -307,7 +307,6 @@
struct flex_backend_t {
const char *(*suffix)(void); // Generate suffix for lexer source code
- void (*prolog)(void);
const char **skel;
void (*epilog)(void);
char *trace_fmt; // Trace message format