Make GCC happy with current patchs and compilation flags.
This commit is contained in:
committed by
Manoël Trapier
parent
c0cd8650a6
commit
74fb1cff61
@@ -5,6 +5,7 @@
|
||||
/* $Id$ */
|
||||
/* PREPROCESSOR: CONTROLLINE INTERPRETER */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "arith.h"
|
||||
|
||||
@@ -33,9 +33,6 @@ struct mkey {
|
||||
{0, K_UNKNOWN}
|
||||
};
|
||||
|
||||
//char *strcpy();
|
||||
//char *sprint();
|
||||
|
||||
void init_pp()
|
||||
{
|
||||
static char *months[12] = {
|
||||
|
||||
Reference in New Issue
Block a user