Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/intern/makesdna.c
| Context not available. | |||||
| printf("Running makesdna at debug level %d\n", debugSDNA); | printf("Running makesdna at debug level %d\n", debugSDNA); | ||||
| } | } | ||||
| /* the longest known struct is 50k, so we assume 100k is sufficent! */ | /* the longest known struct is 50k, so we assume 100k is sufficient! */ | ||||
| namedata = MEM_callocN(maxdata, "namedata"); | namedata = MEM_callocN(maxdata, "namedata"); | ||||
| typedata = MEM_callocN(maxdata, "typedata"); | typedata = MEM_callocN(maxdata, "typedata"); | ||||
| structdata = MEM_callocN(maxdata, "structdata"); | structdata = MEM_callocN(maxdata, "structdata"); | ||||
| Context not available. | |||||
| return(return_status); | return(return_status); | ||||
| } | } | ||||
| /* handy but fails on struct bounds which makesdna doesnt care about | /* handy but fails on struct bounds which makesdna doesn't care about | ||||
| * with quite the same strictness as GCC does */ | * with quite the same strictness as GCC does */ | ||||
| #if 0 | #if 0 | ||||
| /* include files for automatic dependencies */ | /* include files for automatic dependencies */ | ||||
| Context not available. | |||||