search for: defmac

Displaying 2 results from an estimated 2 matches for "defmac".

Did you mean: debmac
2008 Jul 22
2
[LLVMdev] BITS_BIG_ENDIAN in llvm-gcc
There are various functions in llvm-convert.cpp that depend on BITS_BIG_ENDIAN: TreeToLLVM::EmitLoadOfLValue() TreeToLLVM::EmitMODIFY_EXPR() InsertBitFieldValue() ProcessBitFieldInitialization() The comments say things like: // If this target has bitfields laid out in big-endian order, invert the bit // in the word if needed. // If this is a big-endian bit-field, take the top
2001 Sep 17
1
autoconf cleanup for AC_FUNC_GETPGRP and GETPGRP_VOID
...ts the revised documentation, and is all that AC_FUNC_GETPGRP's users really need. diff -ru autoconf/doc/autoconf.texi autoconf-fix1/doc/autoconf.texi --- autoconf/doc/autoconf.texi Mon Sep 17 17:05:37 2001 +++ autoconf-fix1/doc/autoconf.texi Mon Sep 17 17:46:43 2001 @@ -3577,11 +3577,24 @@ @defmac AC_FUNC_GETPGRP @acindex FUNC_GETPGRP @cvindex GETPGRP_VOID + at c @fuindex getpgid @c @fuindex getpgrp + at prindex @code{getpgid} @prindex @code{getpgrp} -If @code{getpgrp} takes no argument (the @sc{posix.1} version), define - at code{GETPGRP_VOID}. Otherwise, it is the @sc{bsd} version, wh...