Skip to content

Commit

Permalink
Auto-generate files after PR #17433
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed Nov 22, 2024
1 parent 954dd58 commit a2b87df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion php/ext/google/protobuf/php-upb.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Error, UINTPTR_MAX is undefined
#endif

// Macros for function attributes on compilers that support them.
#ifdef __GNUC__
#if defined(__GNUC__) || defined(__clang__)
#define UPB_FORCEINLINE __inline__ __attribute__((always_inline)) static
#define UPB_NOINLINE __attribute__((noinline))
#define UPB_NORETURN __attribute__((__noreturn__))
Expand Down
2 changes: 1 addition & 1 deletion php/ext/google/protobuf/php-upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Error, UINTPTR_MAX is undefined
#endif

// Macros for function attributes on compilers that support them.
#ifdef __GNUC__
#if defined(__GNUC__) || defined(__clang__)
#define UPB_FORCEINLINE __inline__ __attribute__((always_inline)) static
#define UPB_NOINLINE __attribute__((noinline))
#define UPB_NORETURN __attribute__((__noreturn__))
Expand Down
2 changes: 1 addition & 1 deletion ruby/ext/google/protobuf_c/ruby-upb.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Error, UINTPTR_MAX is undefined
#endif

// Macros for function attributes on compilers that support them.
#ifdef __GNUC__
#if defined(__GNUC__) || defined(__clang__)
#define UPB_FORCEINLINE __inline__ __attribute__((always_inline)) static
#define UPB_NOINLINE __attribute__((noinline))
#define UPB_NORETURN __attribute__((__noreturn__))
Expand Down
2 changes: 1 addition & 1 deletion ruby/ext/google/protobuf_c/ruby-upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Error, UINTPTR_MAX is undefined
#endif

// Macros for function attributes on compilers that support them.
#ifdef __GNUC__
#if defined(__GNUC__) || defined(__clang__)
#define UPB_FORCEINLINE __inline__ __attribute__((always_inline)) static
#define UPB_NOINLINE __attribute__((noinline))
#define UPB_NORETURN __attribute__((__noreturn__))
Expand Down

0 comments on commit a2b87df

Please sign in to comment.