diff anagram/guisupport/profile.cpp @ 22:5581ef01f993

Regen all the AG output. This also fixes the line number output in the tools (cgbigen/helpgen/help2html), apparently because those files weren't regenerated last go.
author David A. Holland
date Mon, 13 Jun 2022 00:06:39 -0400
parents 13d2b8934445
children
line wrap: on
line diff
--- a/anagram/guisupport/profile.cpp	Mon Jun 13 00:04:38 2022 -0400
+++ b/anagram/guisupport/profile.cpp	Mon Jun 13 00:06:39 2022 -0400
@@ -21,7 +21,7 @@
 
 /*
  * AnaGram, A System for Syntax Directed Programming
- * File generated by: Version 2.40-current, built Oct 30 2007
+ * File generated by: Version 2.40-current, built Jun 12 2022
  *
  * AnaGram Parsing Engine
  * Copyright 1993-2002 Parsifal Software. All Rights Reserved.
@@ -43,11 +43,11 @@
  * 3. This notice may not be removed or altered from any source distribution.
  */
 
-#ifndef PROFILE_H_1198351949
+#ifndef PROFILE_H_1655090569
 #include "profile.h"
 #endif
 
-#ifndef PROFILE_H_1198351949
+#ifndef PROFILE_H_1655090569
 #error Mismatched header file
 #endif
 
@@ -1085,6 +1085,7 @@
         case ag_set_key:
           (PCB).save_index = (PCB).rx;
           (PCB).token_number = (parseRegEntry_token_type) ag_key_parm[(PCB).key_state];
+          /* FALLTHROUGH */
         case ag_jmp_key:
           (PCB).key_state = ag_key_jmp[(PCB).key_state];
           continue;