OSDN Git Service

touaTeX + Y&Y TeX.
[putex/putex.git] / src / texsourc / fixcoerc.h
1 /* Copyright 1992 Karl Berry
2    Copyright 2007 TeX Users Group
3    Copyright 2014 Clerk Ma
4
5    This program is free software; you can redistribute it and/or modify
6    it under the terms of the GNU General Public License as published by
7    the Free Software Foundation; either version 2 of the License, or
8    (at your option) any later version.
9
10    This program is distributed in the hope that it will be useful, but
11    WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13    General Public License for more details.
14
15    You should have received a copy of the GNU General Public License
16    along with this program; if not, write to the Free Software
17    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18    02110-1301 USA.
19
20  * The C compiler ignores most unnecessary casts (i.e., casts of something
21  * to its own type).  However, for structures, it doesn't.  Therefore,
22  * we have to redefine these two macros so that they don't try to cast
23  * the argument (a memory_word) as a memory_word.
24  */
25 #undef  eq_destroy
26 #define eq_destroy(x)   eq_destroy_(x)
27 #undef  print_word
28 #define print_word(x)   print_word_(x)