Changeset 326 for trunk/idl-compiler/c/util.c
- Timestamp:
- Apr 9, 2008, 10:22:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/c/util.c
r292 r326 32 32 * 33 33 * ***** END LICENSE BLOCK ***** */ 34 #include <os2.h> 34 #ifdef __OS2__ 35 # include <os2.h> 36 #endif 35 37 #include <stdlib.h> 36 38 #include <string.h> … … 62 64 return NULL; 63 65 64 while((pifParent=getParentInterface(pifParent))!=NULL HANDLE)66 while((pifParent=getParentInterface(pifParent))!=NULL) 65 67 { 66 68 int a; … … 100 102 return NULL; 101 103 102 while((pifParent=getParentInterface(pifParent))!=NULL HANDLE)104 while((pifParent=getParentInterface(pifParent))!=NULL) 103 105 { 104 106 int a;
Note:
See TracChangeset
for help on using the changeset viewer.