aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c
index 421f8893d49..a872929e08f 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -3189,9 +3189,6 @@ substitute_in_interval (INTERVAL interval, Lisp_Object arg)
3189} 3189}
3190 3190
3191 3191
3192/* Return the length of the floating-point number that is the prefix of CP, or
3193 zero if there is none. */
3194
3195#define LEAD_INT 1 3192#define LEAD_INT 1
3196#define DOT_CHAR 2 3193#define DOT_CHAR 2
3197#define TRAIL_INT 4 3194#define TRAIL_INT 4