ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/tools.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/tools.c (file contents):
Revision 1.3 by pajs, Fri Mar 7 11:56:44 2003 UTC vs.
Revision 1.4 by pajs, Sun Apr 6 11:57:54 2003 UTC

# Line 26 | Line 26 | char *get_string_match(char *line, regmatch_t *match){
26  
27          return match_string;
28   }
29 <
29 > #ifdef HAVE_ATOLL
30   long long get_ll_match(char *line, regmatch_t *match){
31          char *ptr;
32          long long num;
# Line 36 | Line 36 | long long get_ll_match(char *line, regmatch_t *match){
36  
37          return num;
38   }
39 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines