mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-21 09:05:34 -07:00
clib: Make PCI_NONRET stuff cleaner
This commit is contained in:
@@ -136,10 +136,10 @@ pci_printf(char *msg, ...)
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
# ifndef PCI_NONRET
|
||||
# define PCI_NONRET
|
||||
# ifdef PCI_NONRET
|
||||
PCI_NONRET
|
||||
# endif
|
||||
PCI_NONRET static void
|
||||
static void
|
||||
pci_fatal(char *msg, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
||||
Reference in New Issue
Block a user