~ubuntu-branches/ubuntu/utopic/gettext/utopic

« back to all changes in this revision

Viewing changes to gettext-tools/src/x-lisp.h

  • Committer: Colin Watson
  • Date: 2010-08-01 21:36:08 UTC
  • mfrom: (2.1.10 sid)
  • Revision ID: cjwatson@canonical.com-20100801213608-yy7vkm8lpatep3ci
merge from Debian 0.18.1.1-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
 
30
30
#define EXTENSIONS_LISP \
31
 
  { "lisp",      "Lisp"     },                                          \
 
31
  { "lisp",      "Lisp"     },                                          \
32
32
 
33
33
#define SCANNERS_LISP \
34
 
  { "Lisp",             extract_lisp,                                   \
35
 
                        &flag_table_lisp, &formatstring_lisp, NULL },   \
 
34
  { "Lisp",             extract_lisp,                                   \
 
35
                        &flag_table_lisp, &formatstring_lisp, NULL },   \
36
36
 
37
37
/* Scan a Lisp file and add its translatable strings to mdlp.  */
38
38
extern void extract_lisp (FILE *fp, const char *real_filename,
39
 
                          const char *logical_filename,
40
 
                          flag_context_list_table_ty *flag_table,
41
 
                          msgdomain_list_ty *mdlp);
 
39
                          const char *logical_filename,
 
40
                          flag_context_list_table_ty *flag_table,
 
41
                          msgdomain_list_ty *mdlp);
42
42
 
43
43
 
44
44
/* Handling of options specific to this language.  */