*** empty log message ***

This commit is contained in:
Paul Tucker
1999-08-03 09:01:44 +00:00
parent 5e2b71500b
commit 759e2189ba
3 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
19990803-04:50 EDT Paul Tucker <ptucker@sympatico.ca>
* source/rtl/codebloc.c source/rtl/memvars.c
+ #include "itemapi.h"
(also reported by Matteo Baccan)
19990803-04:15 EDT Paul Tucker <ptucker@sympatico.ca>
+ source/rtl/gt/gt_tpl.c
* renamed source/rtl/gt/gtxxx.c since it's a template.

View File

@@ -37,6 +37,7 @@
#include <string.h>
#include "extend.h"
#include "itemapi.h"
/* Uncomment this to trace codeblocks activity
#define CODEBLOCKDEBUG

View File

@@ -37,6 +37,7 @@
#include "extend.h"
#include "errorapi.h"
#include "error.ch"
#include "itemapi.h"
#define VS_PRIVATE 64
#define VS_PUBLIC 128