added enum for utils_make_human_readable_str()
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@212 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
4abb456cb6
commit
ea2de71d20
@ -255,6 +255,12 @@ enum
|
||||
RIGHT
|
||||
};
|
||||
|
||||
enum {
|
||||
KILOBYTE = 1024,
|
||||
MEGABYTE = (KILOBYTE*1024),
|
||||
GIGABYTE = (MEGABYTE*1024)
|
||||
};
|
||||
|
||||
// prototype from tagmanager/parse.h, used in document.c, ugly but it works
|
||||
extern langType getNamedLanguage(const char *const name);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user