summaryrefslogtreecommitdiff
path: root/ext/standard/dl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r--ext/standard/dl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h
index f816b72c12..be955d35df 100644
--- a/ext/standard/dl.h
+++ b/ext/standard/dl.h
@@ -32,8 +32,8 @@
/* $Id$ */
-#ifndef _DL_H
-#define _DL_H
+#ifndef DL_H
+#define DL_H
void php_dl(pval *file,int type,pval *return_value);
@@ -43,4 +43,4 @@ PHP_FUNCTION(dl);
PHP_MINFO_FUNCTION(dl);
-#endif /* _DL_H */
+#endif /* DL_H */