summaryrefslogtreecommitdiff
path: root/graphics/asymptote/camp.l
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-20 03:00:53 +0000
committerNorbert Preining <norbert@preining.info>2021-02-20 03:00:53 +0000
commitb94dba90d83866ccb6db5273d214512e859c3179 (patch)
tree22d9aa93362d01d16e846322750afc738a05037a /graphics/asymptote/camp.l
parentf670508774c35b585b520fa9217d156664b4cb2a (diff)
CTAN sync 202102200300
Diffstat (limited to 'graphics/asymptote/camp.l')
-rw-r--r--graphics/asymptote/camp.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/asymptote/camp.l b/graphics/asymptote/camp.l
index 041939ffa5..a98bbabf01 100644
--- a/graphics/asymptote/camp.l
+++ b/graphics/asymptote/camp.l
@@ -29,6 +29,8 @@ using mem::string;
#define YY_NO_INPUT
+#define register
+
static void yyunput(int, char *);
void (*unused)(int,char *) = yyunput;