Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6a7b2ce

Browse files
committed
1 parent43cc4ee commit6a7b2ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/include/jit/jit.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
/* Flags determining what kind of JIT operations to perform */
1919
#definePGJIT_NONE 0
20-
#definePGJIT_PERFORM 1 << 0
21-
#definePGJIT_OPT3 1 << 1
22-
#definePGJIT_INLINE 1 << 2
23-
#definePGJIT_EXPR 1 << 3
24-
#definePGJIT_DEFORM 1 << 4
20+
#definePGJIT_PERFORM(1 << 0)
21+
#definePGJIT_OPT3(1 << 1)
22+
#definePGJIT_INLINE(1 << 2)
23+
#definePGJIT_EXPR(1 << 3)
24+
#definePGJIT_DEFORM(1 << 4)
2525

2626

2727
typedefstructJitContext

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp