0.8.14.5: Join the foreign legion!
[sbcl.git] / tools-for-build / sparc-funcdef.sh
index d723935..054ced5 100644 (file)
@@ -2,7 +2,7 @@ cd tools-for-build
 
 TMP=sparc-funcdef.S
 
-SUN_FUNCDEF="#define FUNCDEF(x)        .type x,#function"
+SUN_FUNCDEF="#define FUNCDEF(x)        .type x, #function"
 GNU_FUNCDEF="#define FUNCDEF(x)        .type x,@function"
 
 echo $SUN_FUNCDEF > $TMP