diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-23 22:49:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-23 22:49:18 +0000 |
commit | 4ccbae5687ca633f7d544b40f038b7b0e63a1281 (patch) | |
tree | 31d1e8673baa9a5f03bf92f5655698f531103068 /Build/source/texk/web2c/mpdir | |
parent | 6abf81abe48c7404b5d1d172c62886ea9fb212e8 (diff) |
update omega and aleph to 3.1415926, and compile pool files into binaries; from Akira
git-svn-id: svn://tug.org/texlive/trunk@7106 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mpdir')
-rw-r--r-- | Build/source/texk/web2c/mpdir/makecpool.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mpdir/makecpool.c b/Build/source/texk/web2c/mpdir/makecpool.c index 9130f3cb924..7d37035b9fd 100644 --- a/Build/source/texk/web2c/mpdir/makecpool.c +++ b/Build/source/texk/web2c/mpdir/makecpool.c @@ -1,3 +1,6 @@ +/* Copyright 2007, 2008 Taco Hoekwater. + You may freely use, modify and/or distribute this file. */ + #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -16,6 +19,7 @@ int main(int argc, char *argv[]) { "/* This file is auto-generated by makecpool */\n" "\n" "#include <stdio.h>\n" + "#include <strings.h>\n" "#include \"%s\"\n" "\n" "static char *poolfilearr[] = {\n",headername); |