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();
|
||||
FILE *lefFileOpen();
|
||||
|
||||
char *LefGetInput();
|
||||
int LefParseEndStatement();
|
||||
void LefSkipSection();
|
||||
void LefEndStatement();
|
||||
|
|
|
|||
Loading…
Reference in New Issue