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

« back to all changes in this revision

Viewing changes to snowball/compiler/analyser.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
2
#include <stdio.h>   /* main etc */
 
3
#include <stdlib.h>  /* exit */
3
4
#include <string.h>  /* memmove */
4
5
#include "header.h"
5
6