Skip to content
Snippets Groups Projects
Commit 8ead8121 authored by Randy Kunkee's avatar Randy Kunkee
Browse files

Import change from head.

parent 6bfb1396
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment