CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/10/07 09:41:46
Modified files: sys/kern : genassym.sh Log message: Tweak genassym code generation to force preprocessor conditional directives to always be put inside functions. This allows such statements to appear anywhere in assym.cf; without this change they would require at least one `export' or `define' stanza to occur first. Problem noticed by & ok jsg@