diff options
author | Keith Packard <keithp@keithp.com> | 2015-05-11 15:49:34 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-11 15:49:34 -0700 |
commit | d7091a21d90cf463ae39ec5e8741123218ec5686 (patch) | |
tree | f7d31cab9b3fc54c5e3330e797dbbd37ce373f1d /hw/xfree86/parser/Configint.h | |
parent | c3ce9d8fd404ca1d4697a104ce4899525dd43c51 (diff) | |
parent | 8fb8bbb3062f1a06621ab7030a9e89d5e8367b35 (diff) |
Merge remote-tracking branch 'airlied/for-keithp'
Diffstat (limited to 'hw/xfree86/parser/Configint.h')
-rw-r--r-- | hw/xfree86/parser/Configint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/parser/Configint.h b/hw/xfree86/parser/Configint.h index 31035ae2d..e5fa6cec2 100644 --- a/hw/xfree86/parser/Configint.h +++ b/hw/xfree86/parser/Configint.h @@ -204,6 +204,8 @@ else\ "Multiple \"%s\" lines." #define MUST_BE_OCTAL_MSG \ "The number \"%d\" given in this section must be in octal (0xxx) format." +#define GPU_DEVICE_TOO_MANY \ +"More than %d GPU devices defined." /* Warning messages */ #define OBSOLETE_MSG \ |