~ubuntu-branches/ubuntu/utopic/geany/utopic

« back to all changes in this revision

Viewing changes to tagmanager/lua.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-04-19 21:00:25 UTC
  • Revision ID: package-import@ubuntu.com-20130419210025-tsuvhqufntxj5rsy
Tags: 1.22+dfsg-2ubuntu1
* debian/patches/git_build_with_latest_glib.patch:
  - Backport patch from 1.23 to fix build failure with glib 2.36

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
*/
35
35
 
36
36
/* for debugging purposes */
37
 
static void __unused__ print_string (char *p, char *q)
 
37
static void UNUSED print_string (char *p, char *q)
38
38
{
39
39
        for ( ; p != q; p++)
40
40
                fprintf (errout, "%c", *p);