changeset 26:f0f5da84c4c4 MC_shared

rearrange to work with autoconf
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 25 Sep 2012 16:03:21 +0200
parents b398837ef4aa
children f82bd67d93fa
files PrivateHash.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/PrivateHash.c	Tue Jun 26 03:09:05 2012 -0700
     1.2 +++ b/PrivateHash.c	Tue Sep 25 16:03:21 2012 +0200
     1.3 @@ -91,7 +91,7 @@
     1.4   }
     1.5  
     1.6  /*Copies the string that is the key*/
     1.7 -inline HashEntry *
     1.8 + HashEntry *
     1.9  makeHashEntry( char * key )
    1.10   { HashEntry *hashEntry;
    1.11