From f19fd46f4e67fd2d4a4041a4eecaa6789f97aba1 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 14 Mar 2012 15:56:56 -0700 Subject: [PATCH 1/1] schedule: move schedule.c --> schedule.cc --- Makefile | 2 +- schedule.c => schedule.cc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename schedule.c => schedule.cc (100%) diff --git a/Makefile b/Makefile index 6c52f671..84a7b0a1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=g++ BIN=libthreads -SOURCE=libthreads.c schedule.c libatomic.c userprog.c model.cc +SOURCE=libthreads.c schedule.cc libatomic.c userprog.c model.cc HEADERS=libthreads.h schedule.h common.h libatomic.h model.h FLAGS=-Wall diff --git a/schedule.c b/schedule.cc similarity index 100% rename from schedule.c rename to schedule.cc -- 2.34.1