Commit 631da06d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Update the generated files, now produced by a python script.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4735 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 20d40fea
/*
* $Id$
*
* NB: This file is machine generated, DO NOT EDIT!
*
* Edit and run vcc_gen_fixed_token.tcl instead
* Edit and run generate.py instead
*/
struct sess;
......
/*
* $Id$
*
* NB: This file is machine generated, DO NOT EDIT!
*
* Edit and run vcc_gen_fixed_token.tcl instead
* Edit and run generate.py instead
*/
#ifdef VCL_RET_MAC
......
......@@ -30,8 +30,7 @@
*
* Runtime support for compiled VCL programs.
*
* XXX: When this file is changed, lib/libvcl/vcc_gen_fixed_token.tcl
* XXX: *MUST* be rerun.
* XXX: When this file is changed, lib/libvcl/generate.py *MUST* be rerun.
*/
struct sess;
......
This diff is collapsed.
/*
* $Id: vcc_gen_fixed_token.tcl 4428 2010-01-06 17:38:59Z tfheen $
* $Id$
*
* NB: This file is machine generated, DO NOT EDIT!
*
* Edit and run vcc_gen_fixed_token.tcl instead
* Edit and run generate.py instead
*/
#include "config.h"
......
/*
* $Id$
*
* NB: This file is machine generated, DO NOT EDIT!
*
* Edit and run vcc_gen_fixed_token.tcl instead
* Edit and run generate.py instead
*/
#define T_INCLUDE 128
#define T_IF 129
#define T_ELSE 130
#define T_ELSEIF 131
#define T_ELSIF 132
#define T_INC 133
#define T_DEC 134
#define T_CAND 135
#define T_COR 136
#define T_LEQ 137
#define T_EQ 138
#define T_NEQ 139
#define T_GEQ 140
#define T_SHR 141
#define T_SHL 142
#define T_INCR 143
#define T_DECR 144
#define T_MUL 145
#define T_DIV 146
#define T_NOMATCH 147
#define ID 148
#define VAR 149
#define CNUM 150
#define CSTR 151
#define EOI 152
#define CSRC 153
#define CNUM 128
#define CSRC 129
#define CSTR 130
#define EOI 131
#define ID 132
#define T_CAND 133
#define T_COR 134
#define T_DEC 135
#define T_DECR 136
#define T_DIV 137
#define T_ELSE 138
#define T_ELSEIF 139
#define T_ELSIF 140
#define T_EQ 141
#define T_GEQ 142
#define T_IF 143
#define T_INC 144
#define T_INCLUDE 145
#define T_INCR 146
#define T_LEQ 147
#define T_MUL 148
#define T_NEQ 149
#define T_NOMATCH 150
#define T_SHL 151
#define T_SHR 152
#define VAR 153
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment