summaryrefslogtreecommitdiff
path: root/gcc/f/lab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/lab.h')
-rw-r--r--gcc/f/lab.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/f/lab.h b/gcc/f/lab.h
index fba3808ec8e..f3f89868a54 100644
--- a/gcc/f/lab.h
+++ b/gcc/f/lab.h
@@ -1,5 +1,5 @@
/* lab.h -- Public #include File (module.h template V1.0)
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 2003 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
@@ -70,9 +70,7 @@ typedef unsigned long ffelabValue;
struct _ffelab_
{
ffelab next;
-#ifdef FFECOM_labelHOOK
ffecomLabel hook;
-#endif
ffelabValue value; /* 1 through 99999, or 100000+ for temp
labels. */
unsigned long blocknum; /* Managed entirely by user of module. */