diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2019-12-10 23:51:55 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2019-12-10 23:51:55 +0000 |
commit | 36fb6eb00f5b0aa5d073e9081ef61344440f88ef (patch) | |
tree | 7f867c89ca2413757987585220148f27c68a6a64 /Build/source | |
parent | b0bc68bd9e7a4284abf884cbfdd20f421e5a2904 (diff) |
fixed implicit declaration of shellenabledp and restrictedshell.
git-svn-id: svn://tug.org/texlive/trunk@53091 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/mfluadir/mfluac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mfluadir/mfluac.c b/Build/source/texk/web2c/mfluadir/mfluac.c index 391e157c76c..9f709149d19 100644 --- a/Build/source/texk/web2c/mfluadir/mfluac.c +++ b/Build/source/texk/web2c/mfluadir/mfluac.c @@ -15,8 +15,8 @@ #endif /* See shell_cmd_is_allowed below */ -shellenabledp = 1; -restrictedshell = 0; +int shellenabledp = 1; +int restrictedshell = 0; /**************************************************************/ /* */ |