From d7ed89eac9580f280fe0017b22c8e38ca75ed8e3 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 30 Apr 2002 20:52:08 +0000 Subject: NASM 0.94 --- preproc.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 preproc.h (limited to 'preproc.h') diff --git a/preproc.h b/preproc.h new file mode 100644 index 0000000..550a66e --- /dev/null +++ b/preproc.h @@ -0,0 +1,14 @@ +/* preproc.h header file for preproc.c + * + * The Netwide Assembler is copyright (C) 1996 Simon Tatham and + * Julian Hall. All rights reserved. The software is + * redistributable under the licence given in the file "Licence" + * distributed in the NASM archive. + */ + +#ifndef NASM_PREPROC_H +#define NASM_PREPROC_H + +extern Preproc nasmpp; + +#endif -- cgit v1.2.3