~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty

« back to all changes in this revision

Viewing changes to build/TeX/texk/ttfdump/libttf/disasm.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <stdio.h>
2
 
#include <stdlib.h>
3
 
#include "config.h"
4
 
#include "ttf.h"
5
 
#include "ttfutil.h"
6
 
 
7
 
#ifdef MEMCHECK
8
 
#include <dmalloc.h>
9
 
#endif
10
 
 
11
 
/*      $Id: disasm.c,v 1.1.1.1 1998/06/05 07:47:52 robert Exp $         */
12
 
 
13
 
#ifndef lint
14
 
static char vcid[] = "$Id: disasm.c,v 1.1.1.1 1998/06/05 07:47:52 robert Exp $";
15
 
#endif /* lint */
16
 
 
17
 
void ttfPrintInstructions(FILE *fp, BYTE * ins)
18
 
{
19
 
   /* not implemented yet */ 
20
 
}
21
 
 
22
 
/* Pushing data onto the interpreter stack */