summaryrefslogtreecommitdiff
path: root/usr/src/common/ficl/ficlplatform/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/ficl/ficlplatform/unix.c')
-rw-r--r--usr/src/common/ficl/ficlplatform/unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/common/ficl/ficlplatform/unix.c b/usr/src/common/ficl/ficlplatform/unix.c
index ac49de5c2f..420ec02546 100644
--- a/usr/src/common/ficl/ficlplatform/unix.c
+++ b/usr/src/common/ficl/ficlplatform/unix.c
@@ -39,7 +39,7 @@ ficlCallbackDefaultTextOut(ficlCallback *callback, char *message)
FICL_IGNORE(callback);
if (message != NULL) {
-#ifdef STAND
+#ifdef _STANDALONE
while (*message != 0)
putchar((unsigned char)*(message++));
#else