~ubuntu-branches/ubuntu/raring/luatex/raring

« back to all changes in this revision

Viewing changes to source/texk/web2c/luatexdir/tex/dumpdata.h

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2011-05-20 09:40:39 UTC
  • mfrom: (0.8.1) (1.8.1) (19.2.3 oneiric)
  • Revision ID: package-import@ubuntu.com-20110520094039-7sezr4kqonjqxqz6
Tags: 0.70.1-1
* new upstream release (probably) matching TeX Live 2011
* deactivate fix-luatex-build-with-old-libpng patch, included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
   You should have received a copy of the GNU General Public License along
18
18
   with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
19
19
 
20
 
/* $Id: dumpdata.h 3612 2010-04-13 09:29:42Z taco $ */
 
20
/* $Id: dumpdata.h 3853 2010-09-03 18:05:14Z oneiros $ */
21
21
 
22
22
#ifndef DUMPDATA_H
23
23
#  define DUMPDATA_H
38
38
extern void do_zdump(char *, int, int, FILE *);
39
39
extern void do_zundump(char *, int, int, FILE *);
40
40
 
41
 
#if !defined (WORDS_BIGENDIAN) && !defined (NO_DUMP_SHARE)      /* this fn */
42
 
extern void swap_items(char *p, int nitems, int size); /* in luatex.c */
43
 
#endif
 
41
#  if !defined (WORDS_BIGENDIAN) && !defined (NO_DUMP_SHARE)    /* this fn */
 
42
extern void swap_items(char *p, int nitems, int size);  /* in luatex.c */
 
43
#  endif
44
44
 
45
45
/* Like do_undump, but check each value against LOW and HIGH.  The
46
46
   slowdown isn't significant, and this improves the chances of