mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
binpac: Remove $Id$ tags
This commit is contained in:
parent
3841c68d87
commit
969998d148
10 changed files with 0 additions and 19 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue