diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-12 15:10:26 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-12 15:10:26 +0300 |
commit | 0e7c10445f42af4b61d738034e63303b88bf570f (patch) | |
tree | 620a4604b76d4dc5951c401d1c4131a79bbfcd3a /mysys/my_static.h | |
parent | 25067ea7e15276dc2c7739015c6a8900805548db (diff) | |
parent | ad6883c4f2df12fe054d996e3ed32669248bfb08 (diff) | |
download | mariadb-git-0e7c10445f42af4b61d738034e63303b88bf570f.tar.gz |
Auto-merge from mysql-trunk.
Diffstat (limited to 'mysys/my_static.h')
-rw-r--r-- | mysys/my_static.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysys/my_static.h b/mysys/my_static.h index 90168b099a8..c336115bc35 100644 --- a/mysys/my_static.h +++ b/mysys/my_static.h @@ -1,3 +1,6 @@ +#ifndef MYSYS_MY_STATIC_INCLUDED +#define MYSYS_MY_STATIC_INCLUDED + /* Copyright (C) 2000 MySQL AB This program is free software; you can redistribute it and/or modify @@ -72,3 +75,5 @@ extern ulonglong query_performance_frequency, query_performance_offset; extern sigset_t my_signals; /* signals blocked by mf_brkhant */ #endif C_MODE_END + +#endif /* MYSYS_MY_STATIC_INCLUDED */ |