-/* $Id: bytecode.h,v 1.7 2001/05/30 07:41:03 peter Exp $
+/* $Id: bytecode.h,v 1.8 2001/06/28 21:22:01 peter Exp $
* Bytecode utility functions header file
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _BYTECODE_H_
-#define _BYTECODE_H_
+#ifndef YASM_BYTECODE_H
+#define YASM_BYTECODE_H
typedef struct effaddr_s {
unsigned long disp; /* address displacement */
-/* $Id: errwarn.h,v 1.6 2001/06/13 05:56:06 mu Exp $
+/* $Id: errwarn.h,v 1.7 2001/06/28 21:22:01 peter Exp $
* Error and warning reporting and related functions header file.
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _ERRWARN_H_
-#define _ERRWARN_H_
+#ifndef YASM_ERRWARN_H
+#define YASM_ERRWARN_H
char *conv_unprint(char ch);
-/* $Id: globals.h,v 1.2 2001/06/13 05:43:59 mu Exp $
+/* $Id: globals.h,v 1.3 2001/06/28 21:22:01 peter Exp $
* Globals header file
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _GLOBALS_H_
-#define _GLOBALS_H_
+#ifndef YASM_GLOBALS_H
+#define YASM_GLOBALS_H
extern unsigned int line_number;
extern unsigned int mode_bits;
-/* $Id: section.h,v 1.1 2001/05/15 05:28:44 peter Exp $
+/* $Id: section.h,v 1.2 2001/06/28 21:22:01 peter Exp $
* Section header file
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _SECTION_H_
-#define _SECTION_H_
+#ifndef YASM_SECTION_H
+#define YASM_SECTION_H
typedef struct section_s {
struct section_s *next;
-/* $Id: symrec.h,v 1.3 2001/06/13 05:43:59 mu Exp $
+/* $Id: symrec.h,v 1.4 2001/06/28 21:22:01 peter Exp $
* Symbol table handling header file
*
* Copyright (C) 2001 Michael Urman
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _SYMREC_H_
-#define _SYMREC_H_
+#ifndef YASM_SYMREC_H
+#define YASM_SYMREC_H
typedef enum {
SYM_NOSTATUS = 0,
-/* $Id: util.h,v 1.2 2001/06/28 08:48:32 peter Exp $
+/* $Id: util.h,v 1.3 2001/06/28 21:22:01 peter Exp $
* Defines prototypes for replacement functions if needed.
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _UTIL_H_
-#define _UTIL_H_
+#ifndef YASM_UTIL_H
+#define YASM_UTIL_H
#ifndef HAVE_STRDUP
char *strdup(const char *str);
-/* $Id: bytecode.h,v 1.7 2001/05/30 07:41:03 peter Exp $
+/* $Id: bytecode.h,v 1.8 2001/06/28 21:22:01 peter Exp $
* Bytecode utility functions header file
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _BYTECODE_H_
-#define _BYTECODE_H_
+#ifndef YASM_BYTECODE_H
+#define YASM_BYTECODE_H
typedef struct effaddr_s {
unsigned long disp; /* address displacement */
-/* $Id: errwarn.h,v 1.6 2001/06/13 05:56:06 mu Exp $
+/* $Id: errwarn.h,v 1.7 2001/06/28 21:22:01 peter Exp $
* Error and warning reporting and related functions header file.
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _ERRWARN_H_
-#define _ERRWARN_H_
+#ifndef YASM_ERRWARN_H
+#define YASM_ERRWARN_H
char *conv_unprint(char ch);
-/* $Id: linemgr.h,v 1.2 2001/06/13 05:43:59 mu Exp $
+/* $Id: linemgr.h,v 1.3 2001/06/28 21:22:01 peter Exp $
* Globals header file
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _GLOBALS_H_
-#define _GLOBALS_H_
+#ifndef YASM_GLOBALS_H
+#define YASM_GLOBALS_H
extern unsigned int line_number;
extern unsigned int mode_bits;
-/* $Id: section.h,v 1.1 2001/05/15 05:28:44 peter Exp $
+/* $Id: section.h,v 1.2 2001/06/28 21:22:01 peter Exp $
* Section header file
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _SECTION_H_
-#define _SECTION_H_
+#ifndef YASM_SECTION_H
+#define YASM_SECTION_H
typedef struct section_s {
struct section_s *next;
-/* $Id: symrec.h,v 1.3 2001/06/13 05:43:59 mu Exp $
+/* $Id: symrec.h,v 1.4 2001/06/28 21:22:01 peter Exp $
* Symbol table handling header file
*
* Copyright (C) 2001 Michael Urman
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _SYMREC_H_
-#define _SYMREC_H_
+#ifndef YASM_SYMREC_H
+#define YASM_SYMREC_H
typedef enum {
SYM_NOSTATUS = 0,
-/* $Id: util.h,v 1.2 2001/06/28 08:48:32 peter Exp $
+/* $Id: util.h,v 1.3 2001/06/28 21:22:01 peter Exp $
* Defines prototypes for replacement functions if needed.
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _UTIL_H_
-#define _UTIL_H_
+#ifndef YASM_UTIL_H
+#define YASM_UTIL_H
#ifndef HAVE_STRDUP
char *strdup(const char *str);
-/* $Id: bytecode.h,v 1.7 2001/05/30 07:41:03 peter Exp $
+/* $Id: bytecode.h,v 1.8 2001/06/28 21:22:01 peter Exp $
* Bytecode utility functions header file
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _BYTECODE_H_
-#define _BYTECODE_H_
+#ifndef YASM_BYTECODE_H
+#define YASM_BYTECODE_H
typedef struct effaddr_s {
unsigned long disp; /* address displacement */
-/* $Id: errwarn.h,v 1.6 2001/06/13 05:56:06 mu Exp $
+/* $Id: errwarn.h,v 1.7 2001/06/28 21:22:01 peter Exp $
* Error and warning reporting and related functions header file.
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _ERRWARN_H_
-#define _ERRWARN_H_
+#ifndef YASM_ERRWARN_H
+#define YASM_ERRWARN_H
char *conv_unprint(char ch);
-/* $Id: globals.h,v 1.2 2001/06/13 05:43:59 mu Exp $
+/* $Id: globals.h,v 1.3 2001/06/28 21:22:01 peter Exp $
* Globals header file
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _GLOBALS_H_
-#define _GLOBALS_H_
+#ifndef YASM_GLOBALS_H
+#define YASM_GLOBALS_H
extern unsigned int line_number;
extern unsigned int mode_bits;
-/* $Id: linemgr.h,v 1.2 2001/06/13 05:43:59 mu Exp $
+/* $Id: linemgr.h,v 1.3 2001/06/28 21:22:01 peter Exp $
* Globals header file
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _GLOBALS_H_
-#define _GLOBALS_H_
+#ifndef YASM_GLOBALS_H
+#define YASM_GLOBALS_H
extern unsigned int line_number;
extern unsigned int mode_bits;
-/* $Id: section.h,v 1.1 2001/05/15 05:28:44 peter Exp $
+/* $Id: section.h,v 1.2 2001/06/28 21:22:01 peter Exp $
* Section header file
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _SECTION_H_
-#define _SECTION_H_
+#ifndef YASM_SECTION_H
+#define YASM_SECTION_H
typedef struct section_s {
struct section_s *next;
-/* $Id: symrec.h,v 1.3 2001/06/13 05:43:59 mu Exp $
+/* $Id: symrec.h,v 1.4 2001/06/28 21:22:01 peter Exp $
* Symbol table handling header file
*
* Copyright (C) 2001 Michael Urman
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _SYMREC_H_
-#define _SYMREC_H_
+#ifndef YASM_SYMREC_H
+#define YASM_SYMREC_H
typedef enum {
SYM_NOSTATUS = 0,
-/* $Id: util.h,v 1.2 2001/06/28 08:48:32 peter Exp $
+/* $Id: util.h,v 1.3 2001/06/28 21:22:01 peter Exp $
* Defines prototypes for replacement functions if needed.
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _UTIL_H_
-#define _UTIL_H_
+#ifndef YASM_UTIL_H
+#define YASM_UTIL_H
#ifndef HAVE_STRDUP
char *strdup(const char *str);
-/* $Id: util.h,v 1.2 2001/06/28 08:48:32 peter Exp $
+/* $Id: util.h,v 1.3 2001/06/28 21:22:01 peter Exp $
* Defines prototypes for replacement functions if needed.
*
* Copyright (C) 2001 Peter Johnson
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _UTIL_H_
-#define _UTIL_H_
+#ifndef YASM_UTIL_H
+#define YASM_UTIL_H
#ifndef HAVE_STRDUP
char *strdup(const char *str);