Skip to content

Commit

Permalink
embed.fnc: we require C99 variadic macros now
Browse files Browse the repository at this point in the history
As pod/perlhacktips.pod states, we require C compilers to support C99
variadic macros now (since 5.35.5). So remove the comment saying
otherwise from embed.fnc.
  • Loading branch information
mauke committed Nov 19, 2023
1 parent 2ba88c8 commit 8a36ada
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions embed.fnc
Expand Up @@ -65,9 +65,6 @@
: backport the fixed version to modules. The only disadvantage khw can think
: of is the namespace pollution one.
:
: Since we don't require a C compiler to support variadic macros (C99), the
: macros can't be generated in such situations.
:
: WARNING: Any macro created in a header file is visible to XS code, unless
: care is taken to wrap it within C preprocessor guards like the following
:
Expand Down

0 comments on commit 8a36ada

Please sign in to comment.