Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115792997
D36882.id111504.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
430 B
Referenced Files
None
Subscribers
None
D36882.id111504.diff
View Options
diff --git a/sys/tools/makeobjops.awk b/sys/tools/makeobjops.awk
--- a/sys/tools/makeobjops.awk
+++ b/sys/tools/makeobjops.awk
@@ -466,6 +466,11 @@
debug("Included file: " incld);
printc("#include " incld);
}
+ else if (/^#[ ]*if/ || /^#[ ]*else/ || /^#[ ]*elif/ ||
+ /^#[ ]*endif/) {
+ printh($0);
+ printc($0);
+ }
sub(/#.*/, ""); # remove comments
sub(/^[ ]+/, ""); # remove leading ...
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 29, 6:15 PM (20 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17842376
Default Alt Text
D36882.id111504.diff (430 B)
Attached To
Mode
D36882: Make #if and #endif do what people expect in *_if.m
Attached
Detach File
Event Timeline
Log In to Comment