Skip to content

Commit

Permalink
add comments // GNU, POSIX.1-2008
Browse files Browse the repository at this point in the history
  • Loading branch information
sendaoYan committed Dec 21, 2024
1 parent 2a1671a commit 693953f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/java.smartcardio/share/native/libj2pcsc/pcsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define dprintf2(s, p1, p2) printf(s, p1, p2)
#define dprintf3(s, p1, p2, p3) printf(s, p1, p2, p3)
#else
#undef dprintf
#undef dprintf // GNU, POSIX.1-2008
#define dprintf(s)
#define dprintf1(s, p1)
#define dprintf2(s, p1, p2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void *p11FindFunction(JNIEnv *env, jlong jHandle, const char *functionName);
#define dprintf2(s, p1, p2) printf(s, p1, p2)
#define dprintf3(s, p1, p2, p3) printf(s, p1, p2, p3)
#else
#undef dprintf
#undef dprintf // GNU, POSIX.1-2008
#define dprintf(s)
#define dprintf1(s, p1)
#define dprintf2(s, p1, p2)
Expand Down

0 comments on commit 693953f

Please sign in to comment.