PARAMS removal.
This commit is contained in:
parent
3c07fb76e6
commit
a14ed312fd
325 changed files with 4253 additions and 5056 deletions
|
@ -27,7 +27,7 @@
|
|||
#include "c-lang.h"
|
||||
#include "valprint.h"
|
||||
|
||||
extern void _initialize_c_language PARAMS ((void));
|
||||
extern void _initialize_c_language (void);
|
||||
static void c_emit_char (int c, struct ui_file * stream, int quoter);
|
||||
|
||||
/* Print the character C on STREAM as part of the contents of a literal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue