Mail Archives: djgpp/1998/01/30/20:48:22
From: | Reinier Heeres <rwh AT worldonline DOT nl>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Inlining
|
Date: | Fri, 30 Jan 1998 21:57:14 +0100
|
Organization: | World Online
|
Lines: | 14
|
Message-ID: | <34D23EAA.3609B2B@worldonline.nl>
|
Reply-To: | rwh AT worldonline DOT nl
|
NNTP-Posting-Host: | alkmr1-p167.worldonline.nl
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Hi!
I have the idea that DJGPP isnt't inlining my hline routine in my
program, but I have defined it like this:
inline void hline(int x1,int x2,int y,unsigned char c)
and I compile and link with the -finline-fnuctions flag...
Does anybody have an idea how this might happen (the functions that call
hline() are in the same module)
Thanks, Reinier
- Raw text -