K&R lefInt.h: missing prototype removal
Function does not appear to exist: extern char *LefGetInput(); K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
parent
a764fdbbd1
commit
acf0e474e8
|
|
@ -144,7 +144,6 @@ extern linkedNetName *lefIgnoreNets;
|
||||||
int lefDefInitFunc(), lefDefPushFunc();
|
int lefDefInitFunc(), lefDefPushFunc();
|
||||||
FILE *lefFileOpen();
|
FILE *lefFileOpen();
|
||||||
|
|
||||||
char *LefGetInput();
|
|
||||||
int LefParseEndStatement();
|
int LefParseEndStatement();
|
||||||
void LefSkipSection();
|
void LefSkipSection();
|
||||||
void LefEndStatement();
|
void LefEndStatement();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue