diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:34:45 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:34:45 +0200 |
| commit | e81907a3d5c8af8a87e19492548e4aab55e84985 (patch) | |
| tree | 8272ab116cb530898ba12ac267fade179fa1e5d5 /include | |
| parent | remove some unnecessary spaces (diff) | |
| download | gensvm-e81907a3d5c8af8a87e19492548e4aab55e84985.tar.gz gensvm-e81907a3d5c8af8a87e19492548e4aab55e84985.zip | |
rename strutil to gensvm_strutil
Diffstat (limited to 'include')
| -rw-r--r-- | include/gensvm_strutil.h (renamed from include/strutil.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/strutil.h b/include/gensvm_strutil.h index 740fde1..2255d6e 100644 --- a/include/strutil.h +++ b/include/gensvm_strutil.h @@ -10,8 +10,8 @@ * */ -#ifndef STRUTIL_H -#define STRUTIL_H +#ifndef GENSVM_STRUTIL_H +#define GENSVM_STRUTIL_H #include "globals.h" #include "types.h" |
