~snowball-yiddish-dev/snowball-yiddish/trunk

« back to all changes in this revision

Viewing changes to snowball/compiler/driver.c

  • Committer: richard
  • Date: 2004-02-25 11:41:49 UTC
  • Revision ID: svn-v4:633ccae0-01f4-0310-8c99-d3591da6f01f:trunk:244
Add german2 stemmer, and fixes for some of the compiler warnings reported.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
#include <stdio.h>   /* main etc */
3
 
#include <stdlib.h>  /* free etc */
 
2
#include <stdio.h>   /* for main etc */
 
3
#include <stdlib.h>  /* for free etc */
 
4
#include <string.h>  /* for strlen */
4
5
#include "header.h"
5
6
 
6
7
/*-static int intof(char * s)