mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
feature request #169: allowing to set IMGUI_PATH as an environment variable (defaults to ../imgui)
This commit is contained in:
@@ -648,7 +648,7 @@ local function parseFunction(self,stname,itt,namespace,locat)
|
||||
typ,name = ar1:match("(.+)%s([^%s]+)")
|
||||
end
|
||||
if not typ or not name or name:match"%*" or M.c_types[name] or self.typedefs_dict[name] then
|
||||
print("bad argument name",funcname,typ,name,ar)
|
||||
print("argument without name",funcname,typ,name,ar)
|
||||
ar1,defa = ar:match"([^=]+)=([^=]+)"
|
||||
ar1 = ar1 or ar
|
||||
typ = ar1
|
||||
|
Reference in New Issue
Block a user