~ubuntu-branches/ubuntu/raring/libapache2-mod-python/raring

« back to all changes in this revision

Viewing changes to src/_pspmodule.c

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ozarowski
  • Date: 2007-02-21 18:24:29 UTC
  • mfrom: (1.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20070221182429-9okop7e0qpi24l85
Tags: 3.2.10-4
* Added XS-Vcs-Svn field
* Removed "db_purge" part from libapache2-mod-python.postrm
  (dh_installdebconf is generating a rule that will not fail if debconf is
  already removed)
* Added initial Spanish debconf translation from Manuel Porras Peralta.
  (closes: #411235)
* Added initial Portuguese debconf translation from Pedro Ribeiro.
  (closes: #411742)
* Added initial Galician debconf translation from Jacobo Tarrio.
  (closes: #411831)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 * This file originally written by Stering Hughes
17
17
 * 
18
 
 * $Id: _pspmodule.c,v 1.7 2004/02/16 19:47:27 grisha Exp $
 
18
 * $Id: _pspmodule.c 164956 2005-04-27 07:32:02Z nlehuen $
19
19
 *
20
20
 * See accompanying documentation and source code comments for
21
21
 * details.
146
146
    bs = yy_scan_string(PyString_AsString(str), scanner);
147
147
    yylex(scanner);
148
148
 
149
 
    yy_delete_buffer(bs, scanner);
 
149
    /* yy_delete_buffer(bs, scanner); */
150
150
    yylex_destroy(scanner);
151
151
    
152
152
    psp_string_0(&parser->pycode);