From a830d68fae6660bdb98f23ad71fc5afa6604af40 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 24 Sep 1987 10:26:39 +0000 Subject: [PATCH] Added DO_TOSTACK --- h/cgg_cg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/h/cgg_cg.h b/h/cgg_cg.h index c0e7d751c..266d88b30 100644 --- a/h/cgg_cg.h +++ b/h/cgg_cg.h @@ -36,6 +36,7 @@ #define DO_TEST 20 #define DO_DLINE 21 #define DO_SETCC 22 +#define DO_TOSTACK 23 #ifndef MAXATT #define MAXATT TOKENSIZE -- 2.34.1