mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Import change from head.
This commit is contained in:
parent
6bfb1396a4
commit
8ead812126
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user