binpac: Remove $Id$ tags

This commit is contained in:
Jon Siwek 2011-08-04 15:11:10 -05:00 committed by Tim Wojtulewicz
parent 3841c68d87
commit 969998d148
10 changed files with 0 additions and 19 deletions

View file

@ -1,4 +1,3 @@
// $Id: binpac.h,v 1.1.4.2 2006/06/02 15:13:13 rpang Exp $
// Do not edit binpac.h, edit binpac.h.in instead! // Do not edit binpac.h, edit binpac.h.in instead!
#ifndef binpac_h #ifndef binpac_h

View file

@ -1,5 +1,3 @@
/* $Id: pac_dbg.h 3265 2006-06-09 21:16:12Z rpang $ */
#ifndef pac_dbg_h #ifndef pac_dbg_h
#define pac_dbg_h #define pac_dbg_h

View file

@ -1,5 +1,3 @@
// $Id: pac_exception.h 3225 2006-06-08 00:00:01Z vern $
#ifndef pac_exception_h #ifndef pac_exception_h
#define pac_exception_h #define pac_exception_h

View file

@ -1,5 +1,3 @@
// $Id: pac_main.cc 3320 2006-06-20 21:19:33Z rpang $
#include <unistd.h> #include <unistd.h>
#include <ctype.h> #include <ctype.h>

View file

@ -1,5 +1,3 @@
// $Id: pac_output.cc 3225 2006-06-08 00:00:01Z vern $
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <stdarg.h> #include <stdarg.h>

View file

@ -1,5 +1,3 @@
// $Id: pac_output.h 3225 2006-06-08 00:00:01Z vern $
#ifndef pac_output_h #ifndef pac_output_h
#define pac_output_h #define pac_output_h

View file

@ -1,5 +1,3 @@
/* $Id: pac_parse.yy 3225 2006-06-08 00:00:01Z vern $ */
%token TOK_TYPE TOK_RECORD TOK_CASE TOK_ENUM TOK_LET TOK_FUNCTION %token TOK_TYPE TOK_RECORD TOK_CASE TOK_ENUM TOK_LET TOK_FUNCTION
%token TOK_REFINE TOK_CASEFUNC TOK_CASETYPE TOK_TYPEATTR %token TOK_REFINE TOK_CASEFUNC TOK_CASETYPE TOK_TYPEATTR
%token TOK_HELPERHEADER TOK_HELPERCODE %token TOK_HELPERHEADER TOK_HELPERCODE

View file

@ -1,6 +1,4 @@
%{ %{
// $Id: pac_scan.ll 3361 2006-07-06 18:06:49Z rpang $
#include "pac_action.h" #include "pac_action.h"
#include "pac_array.h" #include "pac_array.h"
#include "pac_attr.h" #include "pac_attr.h"

View file

@ -1,5 +1,3 @@
// $Id: pac_utils.cc 3225 2006-06-08 00:00:01Z vern $
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>

View file

@ -1,5 +1,3 @@
// $Id: pac_utils.h 3225 2006-06-08 00:00:01Z vern $
#ifndef pac_utils_h #ifndef pac_utils_h
#define pac_utils_h #define pac_utils_h