str: Mark definition of ss_empty() "static inline".
[pspp-builds.git] / src / libpspp / str.h
index 7c3ef3d5f9ed5ffd89ff4c339e49e66fa9464073..c8ab726797f8fbf82bdea0e336059d1ab1eec895 100644 (file)
@@ -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);
 \f
-struct substring
+static inline struct substring
 ss_empty (void)
 {
   struct substring ss;