Module Name:    src
Committed By:   skrll
Date:           Sun Jan 12 09:07:14 UTC 2025

Modified Files:
        src/sys/arch/or1k/include: int_const.h

Log Message:
or1k: Fix UINT32_C


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/or1k/include/int_const.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/or1k/include/int_const.h
diff -u src/sys/arch/or1k/include/int_const.h:1.1 src/sys/arch/or1k/include/int_const.h:1.2
--- src/sys/arch/or1k/include/int_const.h:1.1	Wed Sep  3 19:34:26 2014
+++ src/sys/arch/or1k/include/int_const.h	Sun Jan 12 09:07:14 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: int_const.h,v 1.1 2014/09/03 19:34:26 matt Exp $ */
+/* $NetBSD: int_const.h,v 1.2 2025/01/12 09:07:14 skrll Exp $ */
 
 #ifndef __INTMAX_C_SUFFIX__
 
@@ -9,7 +9,7 @@
 
 #define __UINT8_C_SUFFIX__
 #define __UINT16_C_SUFFIX__
-#define __UINT32_C_SUFFIX__
+#define __UINT32_C_SUFFIX__	U
 #define __UINT64_C_SUFFIX__	ULL
 
 #define __INTMAX_C_SUFFIX__	LL

Reply via email to