mirror of
https://github.com/cc65/cc65.git
synced 2025-08-13 08:25:28 +00:00
Fixed a bug introduced with the last patch
git-svn-id: svn://svn.cc65.org/cc65/trunk@3772 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
# #
|
# #
|
||||||
# #
|
# #
|
||||||
# #
|
# #
|
||||||
# (C) 2000-2003 Ullrich von Bassewitz #
|
# (C) 2000-2007 Ullrich von Bassewitz #
|
||||||
# R<>merstrasse 52 #
|
# R<>merstrasse 52 #
|
||||||
# D-70794 Filderstadt #
|
# D-70794 Filderstadt #
|
||||||
# EMail: uz@cc65.org #
|
# EMail: uz@cc65.org #
|
||||||
@@ -388,7 +388,7 @@ sub Process1 {
|
|||||||
chop ($Line);
|
chop ($Line);
|
||||||
|
|
||||||
# Check for a label
|
# Check for a label
|
||||||
if ($Line =~ /^\s*(\@?)([_a-zA-Z]\w*)(:(?!=)|\s*:?=)/)
|
if ($Line =~ /^\s*(\@?)([_a-zA-Z]\w*)(:(?!=)|\s*:?=)/) {
|
||||||
|
|
||||||
# Is this a local label?
|
# Is this a local label?
|
||||||
if ($1 eq "\@") {
|
if ($1 eq "\@") {
|
||||||
|
Reference in New Issue
Block a user