From: Axel Naumann Date: Sat, 6 Sep 2014 10:25:41 +0000 (+0200) Subject: #undef signals from Qt, reported by Scott Snyder for ATLAS. X-Git-Tag: v6-02-00-rc1~181 X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=a1546525e1a5202ab6f26094294645d9823b578c #undef signals from Qt, reported by Scott Snyder for ATLAS. --- diff --git a/build/unix/makeonepcm.sh b/build/unix/makeonepcm.sh index 5eb7394..3c859d5 100755 --- a/build/unix/makeonepcm.sh +++ b/build/unix/makeonepcm.sh @@ -49,6 +49,9 @@ for dict in `find $modules -name 'G__*.cxx' 2> /dev/null | grep -v /G__Cling.cxx #ifdef emit # undef emit #endif +#ifdef signals +# undef signals +#endif EOF elif ! test "$dirname" = "`echo $dirname| sed 's,net/ldap,,'`"; then # ldap; undef Debug afterwards