--- nasm.inc 2008/11/26 01:04:34 1.1 +++ nasm.inc 2008/11/30 16:38:31 1.1.2.1 @@ -19,7 +19,7 @@ ; * along with this program ; if not, write to the Free Software ; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; * -; * $Id: nasm.inc,v 1.1 2008/11/26 01:04:34 Isibaar Exp $ +; * $Id: nasm.inc,v 1.1.2.1 2008/11/30 16:38:31 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -139,6 +139,10 @@ %define PREFIX %endif +%ifdef NO_PREFIX + %undef PREFIX +%endif + %macro DATA 0 %ifdef FORMAT_COFF SECTION .rodata