diff options
author | comex | 2015-08-17 01:48:39 -0400 |
---|---|---|
committer | comex | 2015-08-17 01:48:39 -0400 |
commit | 1099ec5560a3f8e7a44547f657c0eae8bcff17f2 (patch) | |
tree | e16cf06078886c124c3956c80dbc2a85fe26fac6 /lib/cbit/vec.h | |
parent | formatting (diff) | |
download | substitute-1099ec5560a3f8e7a44547f657c0eae8bcff17f2.tar.gz |
stuff
Diffstat (limited to 'lib/cbit/vec.h')
-rw-r--r-- | lib/cbit/vec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cbit/vec.h b/lib/cbit/vec.h index 3e8b7e3..fe8df71 100644 --- a/lib/cbit/vec.h +++ b/lib/cbit/vec.h @@ -101,7 +101,7 @@ void vec_realloc_internal_as_necessary(struct vec_internal *vi, (orig - (idx + num)) * sizeof(v->els[0])); \ vec_resize_##name(v, orig - num); \ } \ - + typedef char __plz_end_decl_vec_with_semicolon_##name #define VEC_TY(name) __VEC_TY_##name |