Changeset View
Changeset View
Standalone View
Standalone View
b/src/mkheader.c
| Context not available. | |||||
| else if (!strcmp (tag, "include:lock-obj")) | else if (!strcmp (tag, "include:lock-obj")) | ||||
| { | { | ||||
| if (try_include_file (fname, lnr, "./lock-obj-pub.native.h", write_line)) | if (try_include_file (fname, lnr, "./lock-obj-pub.native.h", write_line)) | ||||
| include_file (fname, lnr, "syscfg/lock-obj-pub.&.h", write_line); | include_file (fname, lnr, "./syscfg/lock-obj-pub.&.h", write_line); | ||||
| } | } | ||||
| else | else | ||||
| return 0; /* Unknown tag. */ | return 0; /* Unknown tag. */ | ||||
| Context not available. | |||||