Changed pop slightly
This commit is contained in:
parent
de458050ce
commit
3a2363b4af
1 changed files with 1 additions and 1 deletions
2
lazy.h
2
lazy.h
|
|
@ -110,7 +110,7 @@ long long lz_slc_atoll(Lz_Slc *src);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef lz_da_pop
|
#ifndef lz_da_pop
|
||||||
#define lz_da_pop(da) ((da).cnt >= 1 ? (da).data[--(da).cnt] : NULL)
|
#define lz_da_pop(da) ((da).data[--(da).cnt])
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef lz_da_concat
|
#ifndef lz_da_concat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue