~ubuntu-branches/debian/experimental/geany/experimental

« back to all changes in this revision

Viewing changes to tagmanager/general.h

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
# include "mac.h"
21
21
#endif
22
22
 
23
 
// include unistd.h preventively becuase at least under MacOSX it is needed for off_t
 
23
/* include unistd.h preventively because at least under MacOSX it is needed for off_t */
24
24
#include <unistd.h>
25
25
 
26
26
/*
87
87
#  define FA_DIREC _A_SUBDIR
88
88
#  define ff_name name
89
89
# endif
90
 
// provide the prototype for cross-compiling/Windows
 
90
/* provide the prototype for cross-compiling/Windows */
91
91
char *lrealpath(const char *filename);
92
92
#endif
93
93
 
94
94
#ifndef HAVE_FNMATCH_H
95
 
// provide the prototype for cross-compiling/Windows
 
95
/* provide the prototype for cross-compiling/Windows */
96
96
int fnmatch(const char *pattern, const char *string, int flags);
97
97
#endif
98
98