diff --git a/docs/apibuild.py b/docs/apibuild.py index ba359c98cd94e40cbdc3b6994055a1b2f8579b46..67b7eed1e6ea21bcd20ad4ce46f4067ad79e41bf 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -478,7 +478,7 @@ class CLexer: if line[0] == '#': self.tokens = list(map((lambda x: ('preproc', x)), - line.split()))) + line.split())) # We might have whitespace between the '#' and preproc # macro name, so instead of having a single token element