Changeset 1980 for trunk/src/kmk/read.c


Ignore:
Timestamp:
Oct 28, 2008, 12:25:49 AM (17 years ago)
Author:
bird
Message:

kmk: Some cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/read.c

    r1977 r1980  
    175175static char *find_char_unquote (char *string, int stop1, int stop2,
    176176                                int blank, int ignorevars);
    177 #else
     177#else  /* CONFIG_WITH_VALUE_LENGTH */
    178178__inline static char *remove_comments (char *line, char *eol);
    179179__inline static char *find_char_unquote_0 (char *string, int stop1, char **eosp);
     
    181181                                   int blank, int ignorevars,
    182182                                   unsigned int string_len);
    183 __inline static char *
     183MY_INLINE char *
    184184find_char_unquote (char *string, int stop1, int stop2, int blank, int ignorevars)
    185185{
     
    195195    return find_char_unquote_2 (string, stop1, stop2, blank, ignorevars, 0);
    196196}
    197 #endif
     197#endif /* CONFIG_WITH_VALUE_LENGTH */
    198198
    199199
Note: See TracChangeset for help on using the changeset viewer.