diff options
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ptexmac.h')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ptexmac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ptexmac.h b/Build/source/texk/web2c/pdftexdir/ptexmac.h index d7ba8b60e84..cbace854592 100644 --- a/Build/source/texk/web2c/pdftexdir/ptexmac.h +++ b/Build/source/texk/web2c/pdftexdir/ptexmac.h @@ -21,7 +21,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. # define PDFTEXMAC # ifdef WIN32 -// Why relying on gmalloc() ??? +/* Why relying on gmalloc() ??? */ # define gmalloc(n) xmalloc(n) # define gfree(p) free(p) # define inline __inline |