]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/libdecnumber/dpd/decimal64.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / include / libdecnumber / dpd / decimal64.h
index a375faf4d2330adeba49144843bf133dd35b6258..f29e57064d7e46043650378195734cfaa7acf9bf 100644 (file)
@@ -32,8 +32,9 @@
 /* Decimal 64-bit format module header                               */
 /* ------------------------------------------------------------------ */
 
-#if !defined(DECIMAL64)
-  #define DECIMAL64
+#ifndef DECIMAL64_H
+#define DECIMAL64_H
+
   #define DEC64NAME    "decimal64"                   /* Short name   */
   #define DEC64FULLNAME "Decimal 64-bit Number"              /* Verbose name */
   #define DEC64AUTHOR  "Mike Cowlishaw"              /* Who to blame */