diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-09 23:08:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-09 23:08:35 +0000 |
commit | 841031edbd652d883347f51144cd57088610deaa (patch) | |
tree | 6286ab291cefcf97a899cfcaae071966ba93a89a /Build/source/utils/xml2pmx/xml2pmx-src/xmain.c | |
parent | 48b3bc41d0b91de1472734c786a3506067fc99c1 (diff) |
missed new wrapper.c for --help/--version
git-svn-id: svn://tug.org/texlive/trunk@57693 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xml2pmx/xml2pmx-src/xmain.c')
-rw-r--r-- | Build/source/utils/xml2pmx/xml2pmx-src/xmain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/utils/xml2pmx/xml2pmx-src/xmain.c b/Build/source/utils/xml2pmx/xml2pmx-src/xmain.c index a401f74225c..6dd15da0b0d 100644 --- a/Build/source/utils/xml2pmx/xml2pmx-src/xmain.c +++ b/Build/source/utils/xml2pmx/xml2pmx-src/xmain.c @@ -28,6 +28,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#define main xmain + #include <string.h> #include <stdlib.h> |