Rev 2753 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2753 | Rev 3331 | ||
|---|---|---|---|
| Line 123... | Line 123... | ||
| 123 | * state of canonify() to another. |
123 | * state of canonify() to another. |
| 124 | */ |
124 | */ |
| 125 | static void set_first_slash(token_t *t, token_t *tfsl, token_t *tlcomp) |
125 | static void set_first_slash(token_t *t, token_t *tfsl, token_t *tlcomp) |
| 126 | { |
126 | { |
| 127 | *tfsl = *t; |
127 | *tfsl = *t; |
| - | 128 | *tlcomp = *t; |
|
| 128 | } |
129 | } |
| 129 | static void save_component(token_t *t, token_t *tfsl, token_t *tlcomp) |
130 | static void save_component(token_t *t, token_t *tfsl, token_t *tlcomp) |
| 130 | { |
131 | { |
| 131 | *tlcomp = *t; |
132 | *tlcomp = *t; |
| 132 | } |
133 | } |