about summary refs log tree commit diff
path: root/Src/math.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-23 14:30:25 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-23 14:30:25 +0000
commite504499d98a057b0e39bb019707cb905bdbe7e62 (patch)
treed97710ec20ee5c19b62fadfd400c0f8ec388935d /Src/math.c
parentc212ee5b06065492316b4ae9e600165f241087d1 (diff)
downloadzsh-e504499d98a057b0e39bb019707cb905bdbe7e62.tar.gz
zsh-e504499d98a057b0e39bb019707cb905bdbe7e62.tar.xz
zsh-e504499d98a057b0e39bb019707cb905bdbe7e62.zip
zsh-workers/8033
Diffstat (limited to 'Src/math.c')
-rw-r--r--Src/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/math.c b/Src/math.c
index e764e5957..d9855f1ba 100644
--- a/Src/math.c
+++ b/Src/math.c
@@ -374,7 +374,7 @@ zzlex(void)
 		return NUM;
 	    }
 	    if (*ptr == '#') {
-		if (*++ptr == '\\') {
+		if (*++ptr == '\\' || *ptr == '#') {
 		    int v;
 
 		    ptr++;