diff options
Diffstat (limited to 'src/version.map')
| -rw-r--r-- | src/version.map | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/version.map b/src/version.map index 5e22600..48a2365 100644 --- a/src/version.map +++ b/src/version.map @@ -1,5 +1,8 @@ { - global: *fieldstat_*, *histogram*; - GIT_VERSION*; - local: *; + global: + *fieldstat_*; + *histogram*; + GIT_VERSION*; + local: + *; };
\ No newline at end of file |
