Changed the include guard

This commit is contained in:
fluxgen 2001-12-17 19:39:35 +00:00
parent cec8d3dad2
commit 5cb5549cad

View file

@ -19,8 +19,8 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
#ifndef __i18n_h
#define __i18n_h
#ifndef _I18N_HH_
#define _I18N_HH_
#ifdef NLS
# include "../nls/blackbox-nls.hh"