mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-08 06:29:23 +00:00
list_exported_macros.sh: Avoid producing word "if"
.. as use of macro AX_CXX_COMPILE_STDCXX_11 would.
This commit is contained in:
parent
8192058e2a
commit
8c96dcad17
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@
|
|||
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
||||
# USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
grep -Eo '(define|undef) [a-zA-Z0-9_]+' "${1}" | awk '{print $2}' | sort -u
|
||||
grep -Eo '(define|undef) [a-zA-Z0-9_]+' "${1}" | awk '{print $2}' | grep -vw if | sort -u
|
||||
|
|
Loading…
Add table
Reference in a new issue