Skip to content
Snippets Groups Projects
Commit e5d6699f authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now includes prototypes for block alloced stuff.

Rev: src/las.h:1.69
parent c9f7ef6c
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT. || This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information. || for more information.
|| $Id: las.h,v 1.68 2004/11/05 15:27:36 grubba Exp $ || $Id: las.h,v 1.69 2004/12/07 21:19:19 grubba Exp $
*/ */
#ifndef LAS_H #ifndef LAS_H
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include "global.h" #include "global.h"
#include "svalue.h" #include "svalue.h"
#include "dynamic_buffer.h" #include "dynamic_buffer.h"
#include "block_alloc_h.h"
#define MAX_GLOBAL_VARIABLES 1000 #define MAX_GLOBAL_VARIABLES 1000
typedef void (*c_fun)(INT32); typedef void (*c_fun)(INT32);
...@@ -180,6 +181,8 @@ extern struct node_hash_table node_hash; ...@@ -180,6 +181,8 @@ extern struct node_hash_table node_hash;
#define SCOPE_SCOPED 2 #define SCOPE_SCOPED 2
#define SCOPE_SCOPE_USED 4 #define SCOPE_SCOPE_USED 4
BLOCK_ALLOC_FILL_PAGES(node_s, 2)
/* Prototypes begin here */ /* Prototypes begin here */
int car_is_node(node *n); int car_is_node(node *n);
int cdr_is_node(node *n); int cdr_is_node(node *n);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment