shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix.


From: shishi-commit
Subject: Fix.
Date: Fri, 19 Dec 2003 04:58:38 +0100

Commit from jas 2003-12-19 04:58 CET
Fix.
Module File name Revision
shishi src/shisa.c 1.29 >>> 1.30

shishi/src/shisa.c   1.29 >>> 1.30
Line 29
  #include <string.h>
  #include <ctype.h>
 
+ /* Setup i18n. */
  #ifdef HAVE_LOCALE_H
  # include <locale.h>
  #else
  # define setlocale(Category, Locale) /* empty */
  #endif
-
  #include <gettext.h>
  #define _(String) gettext (String)
  #define gettext_noop(String) String
Line 52
  /* Get error. */
  #include "error.h"
 
+ /* Shishi and Shisa library. */
  #include <shisa.h>
  #include <shishi.h>
 
+ /* Command line parameter parser via gengetopt. */
  #include "shisa_cmd.h"
 
+ /* Global variables. */
  Shishi *sh;
  Shisa *dbh;
  struct gengetopt_args_info args_info;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]