Automatic reply: Weird Metal C problem

2012-10-30 Thread Gates, Guy
I will beout of the office on 10/30 and 10/31, returning on 11/01. If you need immediate assistance, Please contact the Help Desk. Thank You...Guy Gates

Re: Weird Metal C problem

2012-10-30 Thread Edward Jaffe
On 10/28/2012 9:46 PM, Edward Jaffe wrote: On 10/27/2012 10:01 AM, Johnny Luo wrote: #include #include void main() { _asm(" here we are " ); } Shouldn't it be __asm instead of _asm? A test conducted under z/OS 1.13 shows that _asm is an external function whereas __asm inserts the

Re: Weird Metal C problem

2012-10-30 Thread John McKown
Or, maybe, #define _asm __asm On Mon, 2012-10-29 at 08:03 -0700, Jon Perryman wrote: > Good point. Other C compilers accept a single underscore, so I assumed IBM C > did > too. If it doesn't, then Johnny will need to look for a function or macro that > is coded for the _ASM(). > > Regards, Jon