X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=c8ab726797f8fbf82bdea0e336059d1ab1eec895;hb=e91b6c7d11cfeaf1619224f6a14fb4be86690aa4;hp=7c3ef3d5f9ed5ffd89ff4c339e49e66fa9464073;hpb=7235f7f42b61c2b111174c3ee5ca72aac8815cd5;p=pspp-builds.git diff --git a/src/libpspp/str.h b/src/libpspp/str.h index 7c3ef3d5..c8ab7267 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -243,7 +243,7 @@ void u8_buf_copy_rpad (uint8_t *dst, size_t dst_size, const uint8_t *src, size_t src_size, char pad); -struct substring +static inline struct substring ss_empty (void) { struct substring ss;