]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/cocci-macro-file.h
compiler.h: replace QEMU_NORETURN with G_NORETURN
[mirror_qemu.git] / scripts / cocci-macro-file.h
index 3d1e9b50919a25424769f2728d00cbd43e239ac8..d247a5086e91d1e42d63152c670b8725697971c5 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /* From qemu/compiler.h */
-#define QEMU_NORETURN __attribute__ ((__noreturn__))
+#define G_NORETURN __attribute__ ((__noreturn__))
 #define G_GNUC_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
 #define G_GNUC_NULL_TERMINATED __attribute__((sentinel))