The R Project SVN R

Rev

Rev 49607 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49607 Rev 50234
Line 8... Line 8...
8
 
8
 
9
 
9
 
10
#ifndef TRE_STACK_H
10
#ifndef TRE_STACK_H
11
#define TRE_STACK_H 1
11
#define TRE_STACK_H 1
12
 
12
 
13
#include "regex.h"
13
#include "tre.h"
14
 
14
 
15
typedef struct tre_stack_rec tre_stack_t;
15
typedef struct tre_stack_rec tre_stack_t;
16
 
16
 
17
/* Creates a new stack object.	`size' is initial size in bytes, `max_size'
17
/* Creates a new stack object.	`size' is initial size in bytes, `max_size'
18
   is maximum size, and `increment' specifies how much more space will be
18
   is maximum size, and `increment' specifies how much more space will be