use full prototypes
This commit is contained in:
parent
bb0266fe61
commit
2b6040818e
11 changed files with 23 additions and 24 deletions
|
|
@ -416,7 +416,7 @@ static int winchars[]= { 8226, // 8226 is a bullet
|
|||
static StringInt* tagtable; // initialized from tagnames
|
||||
static StringInt* attrtable; // initialized from attrnames
|
||||
|
||||
static void lexinit();
|
||||
static void lexinit(void);
|
||||
static int getplaindata(TokenSource* ts, Token* a, int* pai);
|
||||
static int getdata(TokenSource* ts, int firstc, int starti, Token* a, int* pai);
|
||||
static int getscriptdata(TokenSource* ts, int firstc, int starti, Token* a, int* pai);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue