Import change from head.

This commit is contained in:
Randy Kunkee 2002-05-02 08:14:41 +00:00
parent 6bfb1396a4
commit 8ead812126

View File

@ -11,7 +11,6 @@ proc genstrings {path} {
puts -nonewline "char *ldaptclerrorcode\[\] = {
NULL"
while {[gets $fp line] != -1} {
puts stderr $line
if {[clength $line] == 0 || [ctype space $line]} continue
if {[string match *typedef* $line]} break
if {![string match #define* $line]} continue