summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/plib/pconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/netlist/plib/pconfig.h')
-rw-r--r--src/emu/netlist/plib/pconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/netlist/plib/pconfig.h b/src/emu/netlist/plib/pconfig.h
index cb7c7111cd2..cfa622c9118 100644
--- a/src/emu/netlist/plib/pconfig.h
+++ b/src/emu/netlist/plib/pconfig.h
@@ -101,7 +101,7 @@ typedef __int128_t INT128;
#define ATTR_HOT __attribute__((hot))
#define ATTR_COLD __attribute__((cold))
-#define RESTRICT __restrict__
+#define RESTRICT __restrict__
#define EXPECTED(x) (x)
#define UNEXPECTED(x) (x)
#define ATTR_PRINTF(x,y) __attribute__((format(printf, x, y)))