summaryrefslogtreecommitdiff
path: root/ipl/progs/hebeng.icn
diff options
context:
space:
mode:
Diffstat (limited to 'ipl/progs/hebeng.icn')
-rw-r--r--ipl/progs/hebeng.icn4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipl/progs/hebeng.icn b/ipl/progs/hebeng.icn
index 5dca84a..29b4c7f 100644
--- a/ipl/progs/hebeng.icn
+++ b/ipl/progs/hebeng.icn
@@ -38,7 +38,7 @@
#
############################################################################
-$ifdef _MACINTOSH
+$ifdef _PROICON
global outfilename, outvar, outwin,hebrew_string_flag, hebrew_text_flag,
screenwidth,screenheight,markers
@@ -290,7 +290,7 @@ local newline,substring
return newline
end
-$else # not Macintosh
+$else # not ProIcon
procedure main()
stop("sorry, ", &progname, " only runs under Macintosh ProIcon")
end