From: Paul Eggert Date: Wed, 20 Apr 2011 09:22:06 +0000 (-0700) Subject: Remove stray comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~234 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6703b2e490339a624bb83c9543f1e51ede26b52b;p=emacs.git Remove stray comment. --- 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) } -/* Return the length of the floating-point number that is the prefix of CP, or - zero if there is none. */ - #define LEAD_INT 1 #define DOT_CHAR 2 #define TRAIL_INT 4