diff options
Diffstat (limited to 'Build/source/texk/web2c/cpascal.h')
-rw-r--r-- | Build/source/texk/web2c/cpascal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cpascal.h b/Build/source/texk/web2c/cpascal.h index 254666359de..bdafa3c2dd7 100644 --- a/Build/source/texk/web2c/cpascal.h +++ b/Build/source/texk/web2c/cpascal.h @@ -285,6 +285,6 @@ typedef struct option getoptstruct; /* Declarations for the routines we provide ourselves in lib/. */ #include "lib/lib.h" -extern int loadpoolstrings P1H(integer); +extern int loadpoolstrings (integer); #endif /* not CPASCAL_H */ |