From acf0e474e8e066a2f3b800189428d2c0bc1a79a3 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Sat, 4 Jan 2025 08:44:21 +0000 Subject: [PATCH] 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 --- lef/lefInt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lef/lefInt.h b/lef/lefInt.h index 521867e5..a4a6e44e 100644 --- a/lef/lefInt.h +++ b/lef/lefInt.h @@ -144,7 +144,6 @@ extern linkedNetName *lefIgnoreNets; int lefDefInitFunc(), lefDefPushFunc(); FILE *lefFileOpen(); -char *LefGetInput(); int LefParseEndStatement(); void LefSkipSection(); void LefEndStatement();