Differences From Artifact [602cb6cd9b]:

To Artifact [c4fe91c826]:


8
9
10
11
12
13
14



15
16
17
18
19
20
21
# Copyright (c) P.J.Gawthrop, 1996.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



# Revision 1.2  1996/11/02  10:22:22  peterg
# Now ignores SS lines.
#
###############################################################


function exact_match(name1, name2) {







>
>
>







8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright (c) P.J.Gawthrop, 1996.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3  1996/11/04 14:51:14  peterg
## Added none to no cr list
##
# Revision 1.2  1996/11/02  10:22:22  peterg
# Now ignores SS lines.
#
###############################################################


function exact_match(name1, name2) {
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
END {
# create the _cr file

  if (symbol_count>0) {
    split(symbols,symbol);
    printf("cat ");
    for (i = 1; i <= symbol_count; i++) {
      printf("$MTTPATH/cr/r/%s.cr ", symbol[i]);
    }
  }








}







|











63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
END {
# create the _cr file

  if (symbol_count>0) {
    split(symbols,symbol);
    printf("cat ");
    for (i = 1; i <= symbol_count; i++) {
      printf("$MTTPATH/lib/cr/r/%s.cr ", symbol[i]);
    }
  }








}

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]