Chromium Code Reviews

Side by Side Diff: test/mac/libtool-zero/mylib.c

Issue 791993005: Set ZERO_AR_DATE=1 when running libtool. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2014 Google Inc. All rights reserved. 1 // Copyright (c) 2014 Google Inc. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 int main() { 5 int my_foo(int x) {
6 return 0; 6 return x + 1;
7 } 7 }
OLDNEW

Powered by Google App Engine