summaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
Diffstat (limited to 'macos')
-rwxr-xr-xmacos/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/macos/configure b/macos/configure
index b06038cc3..ef09d9f9e 100755
--- a/macos/configure
+++ b/macos/configure
@@ -209,8 +209,7 @@ foreach $file (@asm_files) {
while (<ASM>) {
chomp; # Remove whatever ending it was
- s/\bdnl\b/;/; # Use ; comments
- s/\bC\b/;/;
+ s/\bdnl\b/;/ or s/\bC\b/;/; # Use ; comments
s/include\s*\(.*?\)//; # Don't use include macro