Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74d53d7

Browse files
Jan WieckJan Wieck
Jan Wieck
authored and
Jan Wieck
committed
Made prototypes for yyerror() consistent with Bruce's last changes
Jan
1 parentdf035f7 commit74d53d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/extern.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extern void lex_init(void);
3737
externchar*input_filename;
3838
externintyyparse(void);
3939
externintyylex(void);
40-
externvoidyyerror(char*);
40+
externvoidyyerror(constchar*error);
4141
externvoid*mm_alloc(size_t),*mm_realloc(void*,size_t);
4242
externchar*mm_strdup(constchar*);
4343
externvoidmmerror(enumerrortype,char* );

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5428,7 +5428,7 @@ blockend : '}' {
54285428

54295429
%%
54305430

5431-
voidyyerror(char *error)
5431+
voidyyerror(constchar *error)
54325432
{
54335433
mmerror(ET_ERROR, error);
54345434
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp