comparison 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
comparison
equal deleted inserted replaced
21:1c9dac05d040 22:5581ef01f993
18 //#define INCLUDE_LOGGING 18 //#define INCLUDE_LOGGING
19 #include "log.h" 19 #include "log.h"
20 20
21 /* 21 /*
22 * AnaGram, A System for Syntax Directed Programming 22 * AnaGram, A System for Syntax Directed Programming
23 * File generated by: Version 2.40-current, built Oct 30 2007 23 * File generated by: Version 2.40-current, built Jun 12 2022
24 * 24 *
25 * AnaGram Parsing Engine 25 * AnaGram Parsing Engine
26 * Copyright 1993-2002 Parsifal Software. All Rights Reserved. 26 * Copyright 1993-2002 Parsifal Software. All Rights Reserved.
27 * 27 *
28 * This software is provided 'as-is', without any express or implied 28 * This software is provided 'as-is', without any express or implied
40 * 2. Altered source versions must be plainly marked as such, and must not be 40 * 2. Altered source versions must be plainly marked as such, and must not be
41 * misrepresented as being the original software. 41 * misrepresented as being the original software.
42 * 3. This notice may not be removed or altered from any source distribution. 42 * 3. This notice may not be removed or altered from any source distribution.
43 */ 43 */
44 44
45 #ifndef SUMS_H_1198348435 45 #ifndef SUMS_H_1655092739
46 #include "sums.h" 46 #include "sums.h"
47 #endif 47 #endif
48 48
49 #ifndef SUMS_H_1198348435 49 #ifndef SUMS_H_1655092739
50 #error Mismatched header file 50 #error Mismatched header file
51 #endif 51 #endif
52 52
53 #include <ctype.h> 53 #include <ctype.h>
54 #include <stdio.h> 54 #include <stdio.h>
899 continue; 899 continue;
900 } 900 }
901 case ag_set_key: 901 case ag_set_key:
902 (PCB).save_index = (PCB).rx; 902 (PCB).save_index = (PCB).rx;
903 (PCB).token_number = (parseSumData_token_type) ag_key_parm[(PCB).key_state]; 903 (PCB).token_number = (parseSumData_token_type) ag_key_parm[(PCB).key_state];
904 /* FALLTHROUGH*/ 904 /* FALLTHROUGH */
905 case ag_jmp_key: 905 case ag_jmp_key:
906 (PCB).key_state = ag_key_jmp[(PCB).key_state]; 906 (PCB).key_state = ag_key_jmp[(PCB).key_state];
907 continue; 907 continue;
908 case ag_cf_end_key: 908 case ag_cf_end_key:
909 case ag_end_key: 909 case ag_end_key: