/[ascend]/trunk/base/generic/utilities/ascEnvVar.c
ViewVC logotype

Diff of /trunk/base/generic/utilities/ascEnvVar.c

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

revision 955 by johnpye, Thu Oct 26 10:18:53 2006 UTC revision 956 by johnpye, Sat Dec 9 15:38:05 2006 UTC
# Line 109  void DestroyEnvVar(struct asc_env_t *ev) Line 109  void DestroyEnvVar(struct asc_env_t *ev)
109  /*  /*
110   * compare two env variable data blobs by name.   * compare two env variable data blobs by name.
111   */   */
112  static  
113    CmpFunc CmpEv;
114    
115    static
116  int CmpEV(struct asc_env_t *ev1, struct asc_env_t *ev2)  int CmpEV(struct asc_env_t *ev1, struct asc_env_t *ev2)
117  {  {
118    if (ev1==ev2) {    if (ev1==ev2) {

Legend:
Removed from v.955  
changed lines
  Added in v.956

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22