From: "Alexandre Devaure" Newsgroups: comp.os.msdos.djgpp Subject: 'volatile' undeclared from here Lines: 9 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Wed, 19 Apr 2000 08:59:55 GMT NNTP-Posting-Host: 194.51.236.59 X-Complaints-To: abuse AT proxad DOT net X-Trace: nnrp4.proxad.net 956134795 194.51.236.59 (Wed, 19 Apr 2000 10:59:55 CEST) NNTP-Posting-Date: Wed, 19 Apr 2000 10:59:55 CEST Organization: Guest of ProXad - France To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I put inline assembler in my code. During the compilation, the compiler send me the message in the subject. If I erase the key word volatile, the compilation is good. What does I have to do to use the volatile key word ? TIA Alex