Skip to content

Commit

Permalink
Identifiers that begin with underscore are reserved for the implement…
Browse files Browse the repository at this point in the history
…ation.
  • Loading branch information
Sascha Schumann committed Jul 2, 2000
1 parent 75879e3 commit 8adf849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TSRM/TSRM.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*/


#ifndef _TSRM_H
#define _TSRM_H
#ifndef TSRM_H
#define TSRM_H

#ifdef HAVE_CONFIG_H
# undef PACKAGE
Expand Down Expand Up @@ -108,4 +108,4 @@ TSRM_API void *tsrm_set_new_thread_end_handler(void (*new_thread_end_handler)(TH
}
#endif

#endif /* _TSRM_H */
#endif /* TSRM_H */

0 comments on commit 8adf849

Please sign in to comment.