diff anagram/agcore/sums.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 ec2b657edf13
children
line wrap: on
line diff
--- a/anagram/agcore/sums.cpp	Mon Jun 13 00:04:38 2022 -0400
+++ b/anagram/agcore/sums.cpp	Mon Jun 13 00:06:39 2022 -0400
@@ -20,7 +20,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.
@@ -42,11 +42,11 @@
  * 3. This notice may not be removed or altered from any source distribution.
  */
 
-#ifndef SUMS_H_1198348435
+#ifndef SUMS_H_1655092739
 #include "sums.h"
 #endif
 
-#ifndef SUMS_H_1198348435
+#ifndef SUMS_H_1655092739
 #error Mismatched header file
 #endif
 
@@ -901,7 +901,7 @@
         case ag_set_key:
           (PCB).save_index = (PCB).rx;
           (PCB).token_number = (parseSumData_token_type) ag_key_parm[(PCB).key_state];
-	  /* FALLTHROUGH*/
+          /* FALLTHROUGH */
         case ag_jmp_key:
           (PCB).key_state = ag_key_jmp[(PCB).key_state];
           continue;