mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-04 16:31:30 +00:00
[qfcc] Fix the calluse tests broken by attributes
Unfortunately, the preproc-1 test is broken (by __VA_OPT__ fixes)
This commit is contained in:
parent
5856adc2c0
commit
4ec6df385b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
id func (id self, SEL bar, ...)
|
||||
@attribute(no_va_list) id func (id self, SEL bar, ...)
|
||||
{
|
||||
return (id)1;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
id func (id self, SEL bar, ...)
|
||||
@attribute(no_va_list) id func (id self, SEL bar, ...)
|
||||
{
|
||||
return (id)1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue