*** empty log message ***
This commit is contained in:
parent
3c9384a631
commit
43fbcda16d
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: map.c,v 1.2 2006-03-02 15:36:30 bacon Exp $
|
* $Id: map.c,v 1.3 2006-03-03 11:51:48 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <xp/awk/map.h>
|
#include <xp/awk/awk.h>
|
||||||
|
|
||||||
#ifndef __STAND_ALONE
|
#ifndef __STAND_ALONE
|
||||||
#include <xp/bas/memory.h>
|
#include <xp/bas/memory.h>
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: map.h,v 1.1 2006-03-02 15:10:59 bacon Exp $
|
* $Id: map.h,v 1.2 2006-03-03 11:51:48 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _XP_AWK_MAP_H_
|
#ifndef _XP_AWK_MAP_H_
|
||||||
#define _XP_AWK_MAP_H_
|
#define _XP_AWK_MAP_H_
|
||||||
|
|
||||||
|
#ifndef _XP_AWK_AWK_H_
|
||||||
|
#error Never include this file directly. Include <xp/awk/awk.h> instead
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __STAND_ALONE
|
#ifdef __STAND_ALONE
|
||||||
#include <xp/awk/sa.h>
|
#include <xp/awk/sa.h>
|
||||||
#else
|
#else
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: sa.c,v 1.7 2006-01-20 17:00:36 bacon Exp $
|
* $Id: sa.c,v 1.8 2006-03-03 11:51:48 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <xp/awk/sa.h>
|
#include <xp/awk/awk.h>
|
||||||
|
|
||||||
#ifdef __STAND_ALONE
|
#ifdef __STAND_ALONE
|
||||||
|
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: sa.h,v 1.11 2006-03-03 11:45:45 bacon Exp $
|
* $Id: sa.h,v 1.12 2006-03-03 11:51:48 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _XP_AWK_SA_H_
|
#ifndef _XP_AWK_SA_H_
|
||||||
#define _XP_AWK_SA_H_
|
#define _XP_AWK_SA_H_
|
||||||
|
|
||||||
|
#ifndef _XP_AWK_AWK_H_
|
||||||
|
#error Never include this file directly. Include <xp/awk/awk.h> instead
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __STAND_ALONE
|
#ifdef __STAND_ALONE
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: tab.c,v 1.4 2006-02-05 14:21:18 bacon Exp $
|
* $Id: tab.c,v 1.5 2006-03-03 11:51:48 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <xp/awk/tab.h>
|
#include <xp/awk/awk.h>
|
||||||
|
|
||||||
#ifndef __STAND_ALONE
|
#ifndef __STAND_ALONE
|
||||||
#include <xp/bas/memory.h>
|
#include <xp/bas/memory.h>
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: tab.h,v 1.3 2006-02-05 14:21:18 bacon Exp $
|
* $Id: tab.h,v 1.4 2006-03-03 11:51:48 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _XP_AWK_TAB_H_
|
#ifndef _XP_AWK_TAB_H_
|
||||||
#define _XP_AWK_TAB_H_
|
#define _XP_AWK_TAB_H_
|
||||||
|
|
||||||
|
#ifndef _XP_AWK_AWK_H_
|
||||||
|
#error Never include this file directly. Include <xp/awk/awk.h> instead
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __STAND_ALONE
|
#ifdef __STAND_ALONE
|
||||||
#include <xp/awk/sa.h>
|
#include <xp/awk/sa.h>
|
||||||
#else
|
#else
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: tree.h,v 1.23 2006-03-03 11:45:45 bacon Exp $
|
* $Id: tree.h,v 1.24 2006-03-03 11:51:48 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _XP_AWK_TREE_H_
|
#ifndef _XP_AWK_TREE_H_
|
||||||
#define _XP_AWK_TREE_H_
|
#define _XP_AWK_TREE_H_
|
||||||
|
|
||||||
#ifndef _XP_AWK_AWK_H_
|
#ifndef _XP_AWK_AWK_H_
|
||||||
#error Never include this file directly. Include <xp/aw/awk.h> instead
|
#error Never include this file directly. Include <xp/awk/awk.h> instead
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
Loading…
Reference in New Issue
Block a user