Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149570569
D36882.1790505462.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
430 B
Referenced Files
None
Subscribers
None
D36882.1790505462.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
Sun, Sep 27, 10:37 AM (11 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29948767
Default Alt Text
D36882.1790505462.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