Matt Coles 8 年 前
コミット
55bc01e945
共有5 個のファイルを変更した0 個の追加50 個の削除を含む
  1. 0 14
      tac/simple.c.orig
  2. 0 14
      tac/simple_BACKUP_41992.c
  3. 0 6
      tac/simple_BASE_41992.c
  4. 0 6
      tac/simple_LOCAL_41992.c
  5. 0 10
      tac/simple_REMOTE_41992.c

+ 0 - 14
tac/simple.c.orig

@@ -1,14 +0,0 @@
1
-int blah() {
2
-  int blah2() {
3
-    return 2;
4
-  }
5
-  return blah2();
6
-}
7
-
8
-int main() {
9
-<<<<<<< HEAD
10
-  return times(4+5);
11
-=======
12
-  return blah();
13
->>>>>>> 87f65c41c69413a8cc3fe3da8b302ddb20630544
14
-}

+ 0 - 14
tac/simple_BACKUP_41992.c

@@ -1,14 +0,0 @@
1
-int blah() {
2
-  int blah2() {
3
-    return 2;
4
-  }
5
-  return blah2();
6
-}
7
-
8
-int main() {
9
-<<<<<<< HEAD
10
-  return times(4+5);
11
-=======
12
-  return blah();
13
->>>>>>> 87f65c41c69413a8cc3fe3da8b302ddb20630544
14
-}

+ 0 - 6
tac/simple_BASE_41992.c

@@ -1,6 +0,0 @@
1
-int times(int x, int y) {
2
-  return x * y;
3
-}
4
-int main() {
5
-  return times(4+5, times(2, 4));
6
-}

+ 0 - 6
tac/simple_LOCAL_41992.c

@@ -1,6 +0,0 @@
1
-int times(int x, int y) {
2
-  return x * y;
3
-}
4
-int main() {
5
-  return times(4+5);
6
-}

+ 0 - 10
tac/simple_REMOTE_41992.c

@@ -1,10 +0,0 @@
1
-int blah() {
2
-  int blah2() {
3
-    return 2;
4
-  }
5
-  return blah2();
6
-}
7
-
8
-int main() {
9
-  return blah();
10
-}