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

« back to all changes in this revision

Viewing changes to snowball/libstemmer/libstemmer.c

  • Committer: richard
  • Date: 2004-08-28 11:57:58 UTC
  • Revision ID: svn-v4:633ccae0-01f4-0310-8c99-d3591da6f01f:trunk:256
Move libstemmer.h to a separate "include" directory, so that it can be
added to the search path without risking bringing other, non-public,
headers onto the search path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
#include <stdlib.h>
3
3
#include <string.h>
4
 
#include "libstemmer.h"
 
4
#include "../include/libstemmer.h"
5
5
#include "../runtime/api.h"
6
6
#include "modules.h"
7
7