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