~ubuntu-branches/ubuntu/oneiric/clif/oneiric

« back to all changes in this revision

Viewing changes to virtual_machine.c

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2005-08-24 15:51:05 UTC
  • Revision ID: james.westby@ubuntu.com-20050824155105-0pidjap0dul4y56u
Tags: 0.93-8
* debian/control:
  + Set policy to 3.6.2.1.
* ls.l tables.h:
  + Fixed various FTBFS errors (Closes: #299667).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include "input.h"   /* Redefining of input function. */
39
39
#include "virtual_machine.h"
40
40
#include "printfx.h"
 
41
#include "type.h"
41
42
#include "tables.h"
42
43
#include "lex_t.h"
43
44
#include "dbg-out.h"