/[pspp]/pspp/src/weight.c
ViewVC logotype

Diff of /pspp/src/weight.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.10 by blp, Thu Nov 3 06:21:47 2005 UTC
# Line 30  Line 30 
30  #include "gettext.h"  #include "gettext.h"
31  #define _(msgid) gettext (msgid)  #define _(msgid) gettext (msgid)
32    
 /* WEIGHT transformation. */  
 struct weight_trns  
   {  
     struct trns_header h;  
     int src;                    /* `value' index of weighting variable. */  
     int dest;                   /* `value' index of $WEIGHT. */  
   };  
   
33  int  int
34  cmd_weight (void)  cmd_weight (void)
35  {  {

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26