]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
spell defined "defined" instead of "procedure"
authorBruce Korb <korbb@gcc.gnu.org>
Mon, 29 Apr 2002 02:28:36 +0000 (02:28 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Mon, 29 Apr 2002 02:28:36 +0000 (02:28 +0000)
From-SVN: r52868

gcc/fixinc/check.tpl

index 9566363018b82058c21352b46f4665a86808e7d2..a241d18d0e891b70cd1c1d1d715fd8b61b863fd1 100644 (file)
@@ -171,6 +171,6 @@ else
 fi
 $exitok[=
 
-(if (procedure? 'set-writable) (set-writable))
+(if (defined? 'set-writable) (set-writable))
 
 =]