Revision: 1089 http://trac.macosforge.org/projects/ruby/changeset/1089 Author: eloy.de.enige@gmail.com Date: 2009-03-23 00:46:41 -0700 (Mon, 23 Mar 2009) Log Message: ----------- Fixed a comment which caused a syntax error. Modified Paths: -------------- MacRuby/branches/experimental/variable.c Modified: MacRuby/branches/experimental/variable.c =================================================================== --- MacRuby/branches/experimental/variable.c 2009-03-23 07:10:14 UTC (rev 1088) +++ MacRuby/branches/experimental/variable.c 2009-03-23 07:46:41 UTC (rev 1089) @@ -1,4 +1,4 @@ - * This file is covered by the Ruby license. See COPYING for more details. +/* This file is covered by the Ruby license. See COPYING for more details. * * Copyright (C) 2007-2008, Apple Inc. All rights reserved. * Copyright (C) 1993-2007 Yukihiro Matsumoto
participants (1)
-
source_changes@macosforge.org