(HANDLE_PRAGMA_WEAK): Define only if SET_ASM_OP defined.

From-SVN: r1741
This commit is contained in:
Richard Stallman 1992-08-01 18:18:31 +00:00
parent 165b394157
commit 6c07cb3c1d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HANDLE_SYSV_PRAGMA
/* Support #pragma weak by default if WEAK_ASM_OP is defined. */
#if !defined (HANDLE_PRAGMA_WEAK) && defined (WEAK_ASM_OP)
#if !defined (HANDLE_PRAGMA_WEAK) && defined (WEAK_ASM_OP) && defined (SET_ASM_OP)
#define HANDLE_PRAGMA_WEAK 1
#endif