summaryrefslogtreecommitdiff
path: root/colm/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/global.h')
-rw-r--r--colm/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/colm/global.h b/colm/global.h
index 1f7a0b90..ec454aa2 100644
--- a/colm/global.h
+++ b/colm/global.h
@@ -66,12 +66,12 @@ extern char machineMain[];
extern bool gblLibrary;
extern const char *gblExportTo;
-struct ColmLocation;
+struct colm_location;
/* Location in an input file. */
struct InputLoc
{
- InputLoc( ColmLocation *pcloc );
+ InputLoc( colm_location *pcloc );
InputLoc() : fileName(0), line(-1), col(-1) {}