From: Paul Lay Newsgroups: comp.os.msdos.djgpp Subject: local labels in in-line assembler? Date: Tue, 28 Jan 1997 10:39:38 +0000 Organization: Nortel Limited Lines: 10 Message-ID: <32EDD76A.41C67EA6@nortel.co.uk> NNTP-Posting-Host: bhl3s9d.bnr.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Is it possible to use local labels from in-line assembler in a C function? I've tried using "L" labels, which would be local if I were writing straight assembler, but compiling my C program gives label already defined errors where I've used the same "L" label in different functions. Cheers, Paul.